Stock Responses REST Endpoints
Administration/Stock Responses
The Stock Responses provide a static responses for the APIs. This resource lets you view, create, update, and delete stock responses.
- Create a stock response
- Method: postPath:
/admin/stockResponses
- Delete a stock response
- Method: deletePath:
/admin/stockResponses/{id}
- Get a stock response
- Method: getPath:
/admin/stockResponses/{id}
- Get all stock responses
- Method: getPath:
/admin/stockResponses
- Replace a stock response
- Method: putPath:
/admin/stockResponses/{id}
- Update a stock response
- Method: patchPath:
/admin/stockResponses/{id}