inventory auditlocationcounts (http://api.3plcentral.com/rels/inventory/auditlocationcounts)
Resource:
collection of counts for one location of an audit
C# Rel Const:
Rels.InventorySvc.AuditLocationCounts
URI template:
facilities/{id}/audits/{aid}/locations/{lid}/counts
Obtain URI from:
add a count for a location within given audit
obtain link from rel AuditCounts, or from rel Audit then look in Locations array
Success status: 204
Name (* = required) Data Type Description
id * int facility id in which to perform the audit
aid * int audit id
lid * int location id
POST payload for adding a count to a location within an audit
Type Description
ItemTraits Generic.Models.ItemTraits what was counted
Generic.Models.ItemTraits unique identifying characteristics of an item in a location
ItemIdentifier Generic.Models.ItemIdentifier
Sku string
Id int
Qualifier string
LotNumber string
SerialNumber string
Cost decimal? ...
ExpirationDate DateTime? ...
PalletIdentifier Generic.Models.PalletIdentifier
NameKey Generic.Models.PalletNameKey
FacilityIdentifier Generic.Models.FacilityIdentifier
Name string
Id int
Name string
Id int
CountedQty decimal how many was counted
AuditNote string The audit note for a given audit, can be updated from a location count in SmartScan
Sample content-type: application/hal+json
{
  "itemTraits": {
    "itemIdentifier": {
      "sku": "str",
      "id": 2
    },
    "qualifier": "str",
    "lotNumber": "str",
    "serialNumber": "str",
    "cost": 1.0,
    "expirationDate": "2016-12-25T23:00:00",
    "palletIdentifier": {
      "nameKey": {
        "facilityIdentifier": {
          "name": "str",
          "id": 2
        },
        "name": "str"
      },
      "id": 1
    }
  },
  "countedQty": 1.0,
  "auditNote": "str"
}
delete all counts for location in given audit; does not delete location from audit, merely the counts
obtain link from rel AuditCounts
Success status: 204
Name (* = required) Data Type Description
id * int facility id in which to perform the audit
aid * int audit id
lid * int location id

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.