Modify a Guia Photo Vendor
Add/Update photo of the specified vendor by UUID.
Request
Body Params application/json
{
"photoType": "a",
"photo": []
}
Request samples
curl --location --request PATCH 'https://iot.exati.com.br/guia/photoVendor/b0db9e24-e876-4780-a8db-1b7f34a88be3' \
--header 'x-guia-uuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"photoType": "a",
"photo": []
}'
Responses
Added/updated vendor photo
This response does not have a body.
Modified at 2025-07-30 21:22:58