Enable

Enable an existing seller

put
Autorizações
Parâmetros de rota
idstringObrigatório
Respostas
204
Seller enabled successfully
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": {}
  }
}