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: post
Path: /admin/stockResponses
Delete a stock response
Method: delete
Path: /admin/stockResponses/{id}
Get a stock response
Method: get
Path: /admin/stockResponses/{id}
Get all stock responses
Method: get
Path: /admin/stockResponses
Replace a stock response
Method: put
Path: /admin/stockResponses/{id}
Update a stock response
Method: patch
Path: /admin/stockResponses/{id}