TonicDM Product API (0.0.5)
Main Product API
https://developers-internal.tonicdm.com/_mock/tonicdm-product/
https://us-api.tonicdm.com/
https://de-api.tonicdm.com/
https://ie-api.tonicdm.com/
A JSON-encoded string containing the query options.
Returns data for the specified GUIDs. If this filter is specifed, all other filters will be ignored.
If caching data on the client side, the data_quantity=id_only|basic|complete
option can be passed to manage the completeness of the data received and therefore rate limiting.
The number of results to return per page
- Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfi-reason-codes
- Server located in the USA
https://us-api.tonicdm.com/workflow/rfi-reason-codes
- Server located in Germany
https://de-api.tonicdm.com/workflow/rfi-reason-codes
- Server located in Ireland
https://ie-api.tonicdm.com/workflow/rfi-reason-codes
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfi-reason-codes?searchQuery={%22example%22}&filterIds={id}%2C{id}%2C{id}&dataQuantity=id_only&pageSize=100&pageNumber=1&sortDirection=asc' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
[ { "id": "8e8aa42241794371ae9d0ed7b67a8c86", "datetimeCreated": "2019-08-24T14:15:22Z", "datetimeUpdated": "2019-08-24T14:15:22Z", "brandId": "8e8aa42241794371ae9d0ed7b67a8c86", "name": "string" } ]
- Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfi-reason-codes
- Server located in the USA
https://us-api.tonicdm.com/workflow/rfi-reason-codes
- Server located in Germany
https://de-api.tonicdm.com/workflow/rfi-reason-codes
- Server located in Ireland
https://ie-api.tonicdm.com/workflow/rfi-reason-codes
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfi-reason-codes \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"brandId": "8e8aa42241794371ae9d0ed7b67a8c86",
"name": "string"
}'
{ "id": "8e8aa42241794371ae9d0ed7b67a8c86", "datetimeCreated": "2019-08-24T14:15:22Z", "datetimeUpdated": "2019-08-24T14:15:22Z", "brandId": "8e8aa42241794371ae9d0ed7b67a8c86", "name": "string" }
- Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfi-reason-codes
- Server located in the USA
https://us-api.tonicdm.com/workflow/rfi-reason-codes
- Server located in Germany
https://de-api.tonicdm.com/workflow/rfi-reason-codes
- Server located in Ireland
https://ie-api.tonicdm.com/workflow/rfi-reason-codes
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/workflow/rfi-reason-codes \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"id": "8e8aa42241794371ae9d0ed7b67a8c86",
"brandId": "8e8aa42241794371ae9d0ed7b67a8c86",
"name": "string"
}'
{ "id": "8e8aa42241794371ae9d0ed7b67a8c86", "datetimeCreated": "2019-08-24T14:15:22Z", "datetimeUpdated": "2019-08-24T14:15:22Z", "brandId": "8e8aa42241794371ae9d0ed7b67a8c86", "name": "string" }