Resource URL Summary
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Retrieve the details of a specific Physical Inventory Count Request
Insert the details of a specific Physical Inventory Count Request
Delete a specific Physical Inventory Count Request
|
API Specific Parameters
Parameter | Description |
---|---|
| Identifies the unique Physical Inventory Count Request object. |
Include Page | ||||
---|---|---|---|---|
|
API Specifics
Panel | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
Retrieve the details of a specific Physical Inventory Count RequestThis REST API will return a Physical Inventory Count Request with the specified ID. The Physical Inventory Count Request with the specified ID must already exist in the system. URL
HTTP Request BodyThis request does not require a request body. HTTP Response BodyOn success, an HTTP response code of 200 will be returned, and the response body will contain an REST Object Definitions Inventory Related Objects Physical Inventory Count Object. Otherwise, on error, the response body will contain a descriptive reason for the error.
|
Panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
Insert the details of a specific Service ContractThis REST API will insert a new Physical Inventory Count Request with the specified ID into the system, if a Physical Inventory Count Request with the specified ID does not already exist in the system. Once created, the Physical Inventory Count Request object can no longer be updated by the backend system, only the counting technician. URL
HTTP Request BodyThe HTTP request body must contain a valid REST Object Definitions Inventory Related Objects Physical Inventory Count Object. HTTP ResponseOn success the API will return a response code of 200. |
Panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
Delete a specific Service ContractThis REST API will delete a Physical Inventory Count Request with the specified ID from the system. The Physical Inventory Count Request with the specified ID must already exist in the system. URL
HTTP Request BodyThis request does not require a request body. HTTP ResponseOn success an HTTP response code of 200 will be returned. The system will return HTTP response code 410 in case of non-existent REST Object Definitions Inventory Related Objects Physical Inventory Count Object. |