cURL
curl --request GET \ --url https://api.example.com/api/v1/Inventories/CustomerSubinventories \ --header 'Authorization: <api-key>'
{ "isSuccess": true, "message": "<string>", "payload": [ { "name": "<string>", "value": "<string>", "valueAsNumber": 123, "tag": "<string>" } ] }
Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'
Returns the list of subinventories for the customer
Generic container for all service responses
Was the request successful. If not, the message will have more information.
Any error message
The payload object of the response
Show child attributes
Was this page helpful?