inventory auditadjust (http://api.3plcentral.com/rels/inventory/auditadjust)
Resource:
adjust inventory counts based on an audit
C# Rel Const:
Rels.InventorySvc.AuditAdjust
URI template:
facilities/{id}/audits/adjuster
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
a list of audit counts for adjusting inventory to bring expected in line with actual
identifies sku+qual+trkbys and a list of audit counts bring system in line with actual counts
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.