Main Product API
Main Product API
UUID without hyphens (32 characters)
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" }
UUID without hyphens (32 characters)
UUID without hyphens (32 characters)
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" }