Statuses
Autorizações
Parâmetros de rota
idstringObrigatório
Corpo
status_idstringObrigatório
Respostas
200
OK
*/*
400
Cannot create sale status
*/*
500
An internal server error was thrown
*/*
post
POST /api/sales/sales/{id}/statuses HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 20
{
"status_id": "text"
}
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"title": "text",
"sub_title": "text",
"type": "PENDING",
"background_color": "text",
"font_color": "text"
}