Inventory Count Item
The Inventory Count Item API allows the user to request lists of inventory count items.
Security
jwt-bearer-token
apiKey | API Key |
|---|---|
Name | Authorization |
In | header |
Endpoint
GET /inventory-count-item
Summary
Get the inventory count item list.
Request Parameters
In | Field Name | Type | Required | Description |
|---|---|---|---|---|
header |
| string | Yes | The identifier (ID) of the company that owns the document |
query |
| string | No | A filter expression in OData v4 format |
query |
| integer | No | The maximum documents to return. For example, if |
query |
| integer | No | The documents to skip before returning. For example, if |
query |
| string | No | |
query |
| string | No | An order by expression in OData v4 format |
Responses
Code | Description | Schema |
|---|---|---|
200 | Success | |
400 | Bad request, for more information look at body error | |
401 | Unauthorized error | |
403 | Forbidden error | |
404 | Not Found | |
422 | Unprocessable error | |
500 | Internal Server Error |
Data Models
inventory_count_item_get_response
Field Name | Type | Description |
|---|---|---|
| ||
| number | |
| number | |
| number | |
| number |
inventory_count_item_get_response_items
Field Name | Type | Description |
|---|---|---|
| string | |
| string | The inventory count entity identifier (ID) |
| string | The inventory count site ID |
| string | |
| string | |
| string | The inventory count site name |
| string | The inventory item description |
| number | The total count |
| number | A quantity on hand (QOH) snapshot of the inventory item at the inventory count site |
| number | The difference between the number of the total count and the QOH |
| number | The difference between the total cost of the total count and the QOH |
| ||
| inventory_count_item_get_response_items_reporting_category_major | |
| inventory_count_item_get_response_items_reporting_category_minor |
inventory_count_item_get_response_items_counts
Field Name | Type | Description |
|---|---|---|
| string | The measure description |
| string | The measure entity identifier (ID) |
| number | The quantity filled by the user on user interface (UI) page. The default is null. |
| number | The factor value of this measure |
inventory_count_item_get_response_items_reporting_category_major
Field Name | Type | Description |
|---|---|---|
| string | The reporting major category name |
| string | |
| string |
inventory_count_item_get_response_items_reporting_category_minor
Field Name | Type | Description |
|---|---|---|
| string | The reporting minor category name |
| string | |
| string |