Resource URL Summary
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Retrieve the details of a specific Stock Level Recommendation
Insert or Update the details of a specific Stock Level Recommendation
Delete a specific Stock Level Recommendation
|
API Specific Parameters
Parameter | Description |
---|---|
| Identifies the REST Object Definitions Inventory Related Objects Stock Level Recommendation Object. |
Include Page | ||||
---|---|---|---|---|
|
API Specifics
Panel | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
Retrieve the details of a specific Stock Level RecommendationThis REST API will return a Stock Level Recommendation with the specified ID. The Stock Level Recommendation 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 Stock Level Recommendation Object. Otherwise, on error, the response body will contain a descriptive reason for the error.
|
Panel | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||
Insert or Update the details of a specific Stock Level RecommendationThis REST API will insert a new Stock Level Recommendation with the specified ID into the system, if a Stock Level Recommendation with the specified ID does not already exist in the system. If, however, the Stock Level Recommendation with the specified ID does already exist in the system, then this REST API will update (i.e. replace) the already existing Stock Level Recommendation with the specified ID with the details of the Stock Level Recommendation supplied in the HTTP Request Body.
URL
HTTP Request BodyThe HTTP request body must contain a valid REST Object Definitions Inventory Related Objects Stock Level Recommendation Object. HTTP ResponseOn success the API will return a response code of 200. |
Panel | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||
Delete a specific Stock Level RecommendationThis REST API will delete an Stock Level Recommendation with the specified ID from the system. The Stock Level Recommendation 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 Stock Level Recommendation Object. |