Resource:adjust inventory counts based on an auditC# Rel Const:Rels.InventorySvc.AuditAdjustURI template:facilities/{id}/audits/adjusterObtain URI from:
creates an adjustment transaction, correcting system counts compared to actual counts
Error 400: Required "track-bys" if:
1) did not collect track-bys, and
2) item setup requires track-bys, and
3) count exceeds stock on hand, thus attempting creation of receive item without required track-bys
Success status: 204
Name (* = required) | Data Type | Description |
---|---|---|
id * | int | facility id in which to perform the audit |
Type | Description | |
---|---|---|
AuditCountIdentifiers | IEnumerable<Generic.Models.AuditCountIdentifier> | |
Uri | string | full href of an AuditCount, obtained from Rel AuditCounts |
Id | int |
Sample content-type: application/hal+json |
{ "auditCountIdentifiers": [ { "uri": "str", "id": 2 } ] }
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.