Create a Vendor Client Service Cod
Associates a Service Code between a Client and a Vendor.
Request
Body Params application/json
{
"serviceCod": "cod",
"idIssueType": 1
}
Request samples
curl --location --request POST 'https://iot.exati.com.br/vendors/1483dc91-dbf2-4c7c-bf88-595cd3ad1925/clients/69/service-cod' \
--header 'Content-Type: application/json' \
--data-raw '{
"serviceCod": "cod",
"idIssueType": 1
}'
Responses
Successfully associated a Service Code to a Client and Vendor
This response does not have a body.
Modified at 2025-07-30 18:27:03