Inventory Count Group
The Inventory Count Group API allows the user to manage inventory count information by group.
Security
jwt-bearer-token
apiKey | API Key |
|---|---|
Name | Authorization |
In | header |
Endpoints
GET /inventory-count-group/schema
Summary
Inventory count group schema.
Request Parameters
In | Field Name | Type | Required | Description |
|---|---|---|---|---|
header |
| string | Yes | The identifier (ID) of the company that owns the document |
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 |
GET /inventory-count-group/{id}
Summary
Get an inventory count group by the identifier.
Request Parameters
In | Field Name | Type | Required | Description |
|---|---|---|---|---|
header |
| string | Yes | The identifier (ID) of the company that owns the document |
path |
| string | Yes |
|
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 |
PATCH /inventory-count-group/{id}
Summary
Update the inventory count group.
Request Parameters
In | Field Name | Type | Required | Description |
|---|---|---|---|---|
header |
| string | Yes | The identifier (ID) of the company that owns the document |
path |
| string | Yes |
|
body |
| Yes | The JSON formatted request |
Responses
Code | Description | Schema |
|---|---|---|
204 | No content | |
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 |
GET /inventory-count-group
Summary
Get an inventory count group 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 |
query |
| boolean | No |
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 |
POST /inventory-count-group
Summary
Create the inventory count group.
Request Parameters
In | Field Name | Type | Required | Description |
|---|---|---|---|---|
header |
| string | Yes | The identifier (ID) of the company that owns the document |
body |
| Yes | The JSON formatted request |
Responses
Code | Description | Schema |
|---|---|---|
201 | 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_group_get_response_1
Field Name | Type | Description |
|---|---|---|
| object | The inventory count group schema definition |
inventory_count_group_get_response_2
Field Name | Type | Description |
|---|---|---|
| string | |
| string | |
| date/time | |
| date/time | |
| string | |
| string | |
| boolean | |
| [string] | |
| string | |
| date/time | |
| string | |
| date/time | |
| string |
inventory_count_group_get_response_3
Field Name | Type | Description |
|---|---|---|
| ||
| number | |
| number | |
| number | |
| number |
inventory_count_group_get_response_3_items
Field Name | Type | Description |
|---|---|---|
| string | |
| string | |
| string | |
| boolean | |
| date/time | |
| date/time | |
| string | |
| [string] | |
| boolean | |
| string | |
| date/time | |
| string | |
| date/time | |
| string |
inventory_count_group_post_body_4
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | |
| date/time | Yes | |
| date/time | No | |
| string | Yes | |
| string | Yes | |
| [string] | Yes |
inventory_count_group_post_response_4
Field Name | Type | Description |
|---|---|---|
| string | |
| boolean |
inventory_count_group_patch_body_5
Field Name | Type | Description |
|---|---|---|
| string | |
| date/time | |
| date/time | |
| string | |
| string | |
| [string] | |
| boolean |