Create a vendor for the current client
Request
Body Params application/json
{
"name": "{{$commerce.productName}}",
"uuid": "{{$guid}}",
"allowDeviceGenerationByMaterial": false
}
Request samples
curl --location --request POST 'https://iot.exati.com.br/guia/vendor' \
--header 'x-guia-uuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "{{$commerce.productName}}",
"uuid": "{{$guid}}",
"allowDeviceGenerationByMaterial": false
}'
Responses
Vendor created successfully
This response does not have a body.
Modified at 2025-07-30 21:20:23