Resource:Collection: of auditbatchC# Rel Const:Rels.InventorySvc.AuditBatchListURI template:auditbatchs{?rql}Obtain URI from:
Create a new audit batch from specified payhload
Success status: 200
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 ] }
Type | Description | |
---|---|---|
Name | string | |
AssignedUser | Generic.Models.UserIdentifier | |
Name | string | |
Id | int | |
Priority | int | |
Status | int | |
InventoryAuditIds | IList<int> | |
Links | IList<WebApi.Hal.Link> | |
- edit |
{ "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> | |
Links | IList<WebApi.Hal.Link> | |
- edit |
{ "_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.