Quantity On Hand
The Quantity On Hand API organizes inventory lists. It pulls and shares data with our other cloud services such as Data Management and the Portal.
Security
jwt-bearer-token
apiKey | API Key |
|---|---|
Name | Authorization |
In | header |
Endpoints
GET /quantity-on-hand/schema
Summary
The schema of the quantity on hand.
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 |
PUT /quantity-on-hand/search
Summary
Get the quantity on hand data by search.
Request Parameters
In | Field Name | Type | Required | Description |
|---|---|---|---|---|
header |
| string | Yes | The identifier (ID) of the company to manage data for |
query |
| number | No | The maximum documents to return. For example, if |
query |
| number | No | The documents to skip before returning. For example, if |
query |
| string | No | |
body |
| Yes | The JSON formatted request |
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
quantity_on_hand_get_response_1
Field Name | Type | Description |
|---|---|---|
| object | The definition of the quantity on hand schema |
quantity_on_hand_put_body_2
Field Name | Type | Required | Description |
|---|---|---|---|
| Yes |
quantity_on_hand_put_body_2_items
Field Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The site identifier (ID) |
| [string] | Yes |
quantity_on_hand_put_response_2
Field Name | Type | Description |
|---|---|---|
| ||
| number | |
| number | |
| number | |
| number |
quantity_on_hand_put_response_2_items
Field Name | Type | Description |
|---|---|---|
| string | |
| string | |
| string | |
| number | |
| string | |
| date/time |