inventory auditbatchlist (http://api.3plcentral.com/rels/inventory/auditbatchlist)
Resource:
Collection: of auditbatch
C# Rel Const:
Rels.InventorySvc.AuditBatchList
URI template:
auditbatchs{?rql}
Obtain URI from:
Create a new audit batch from specified payhload
Success status: 200
none
Payload indicating batch parameters and content
Type Description
Name string
AssignedUser Generic.Models.UserIdentifier
Name string
Id int
Priority int
Status int
InventoryAuditIds IList<int>
Sample content-type: application/hal+json
{
  "name": "str",
  "assignedUser": {
    "name": "str",
    "id": 2
  },
  "priority": 2,
  "status": 3,
  "inventoryAuditIds": [
    1
  ]
}
New AuditBatch record
Type Description
Name string
AssignedUser Generic.Models.UserIdentifier
Name string
Id int
Priority int
Status int
InventoryAuditIds IList<int>
Sample accept: application/hal+json
{
  "name": "str",
  "assignedUser": {
    "name": "str",
    "id": 2
  },
  "priority": 2,
  "status": 3,
  "inventoryAuditIds": [
    1
  ]
}
Retrieve an AuditBatchList containing matching records
Success status: 200
Name Data Type Description
rql string see RQL documentation
Type Description
ResourceList IList<Inventory.Models.AuditBatch>
Name string
AssignedUser Generic.Models.UserIdentifier
Name string
Id int
Priority int
Status int
InventoryAuditIds IList<int>
Sample accept: application/hal+json
{
  "_embedded": {
    "http://api.3plCentral.com/rels/inventory/auditbatch": [
      {
        "name": "str",
        "assignedUser": {
          "name": "str",
          "id": 2
        },
        "priority": 2,
        "status": 3,
        "inventoryAuditIds": [
          1
        ]
      }
    ]
  }
}

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.