Enable
Autorizações
Parâmetros de rota
idstringObrigatório
Respostas
204
Seller enabled successfully
application/json
422
A validation error was thrown
application/json
500
An internal server error was thrown
application/json
put
PUT /api/sales/sellers/{id}/enable HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Accept: */*
{
"id": "text",
"name": "text",
"seller_type": "text",
"fiscal_registration_number": "text",
"email": "text",
"phone": "text",
"mobile": "text",
"active": true,
"max_increase_rate": 1,
"max_discount_rate": 1,
"attributes": {
"ANY_ADDITIONAL_PROPERTY": {}
}
}