Warehouses
Autorizações
Parâmetros de rota
idstringObrigatório
Respostas
200
OK
application/json
404
Warehouse was not found
application/json
500
An internal server error was thrown
application/json
get
GET /api/sales/warehouses/{id} HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Accept: */*
{
"id": "text",
"name": "text",
"address_type": "text",
"street": "text",
"number": "text",
"complement": "text",
"neighborhood": "text",
"city": "text",
"state": "text",
"country": "text",
"active": true,
"postal_code": "text"
}
Autorizações
Parâmetros de rota
idstringObrigatório
Corpo
namestringObrigatório
address_typestringObrigatório
streetstringObrigatório
numberstringObrigatório
complementstringObrigatório
neighborhoodstringObrigatório
citystringObrigatório
statestringObrigatório
countrystringObrigatório
activebooleanObrigatório
postal_codestringObrigatório
Respostas
200
Warehouse updated successfully
application/json
422
A validation error was thrown
application/json
500
An internal server error was thrown
application/json
put
PUT /api/sales/warehouses/{id} HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 192
{
"name": "text",
"address_type": "text",
"street": "text",
"number": "text",
"complement": "text",
"neighborhood": "text",
"city": "text",
"state": "text",
"country": "text",
"active": true,
"postal_code": "text"
}
{
"id": "text",
"name": "text",
"address_type": "text",
"street": "text",
"number": "text",
"complement": "text",
"neighborhood": "text",
"city": "text",
"state": "text",
"country": "text",
"active": true,
"postal_code": "text"
}
Autorizações
Parâmetros de rota
idstringObrigatório
Respostas
204
Warehouse removed successfully
application/json
422
A validation error was thrown
application/json
500
An internal server error was thrown
application/json
delete
DELETE /api/sales/warehouses/{id} HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Accept: */*
{
"id": "text"
}
Autorizações
Parâmetros de consulta
searchstringOpcionalDefault:
""
pageinteger · int32OpcionalDefault:
0
perPageinteger · int32OpcionalDefault:
25
sortstringOpcionalDefault:
""
dirstringOpcionalDefault:
asc
Respostas
200
OK
application/json
404
Warehouse was not found
application/json
500
An internal server error was thrown
application/json
get
GET /api/sales/warehouses HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Accept: */*
{
"id": "text",
"name": "text",
"address_type": "text",
"street": "text",
"number": "text",
"complement": "text",
"neighborhood": "text",
"city": "text",
"state": "text",
"country": "text",
"active": true,
"postal_code": "text"
}
Autorizações
Corpo
idstringOpcional
namestringObrigatório
address_typestringObrigatório
streetstringObrigatório
numberstringObrigatório
complementstringObrigatório
neighborhoodstringObrigatório
citystringObrigatório
statestringObrigatório
countrystringObrigatório
activebooleanObrigatório
postal_codestringObrigatório
Respostas
201
Warehouse created successfully
application/json
422
A validation error was thrown
application/json
500
An internal server error was thrown
application/json
post
POST /api/sales/warehouses HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 204
{
"id": "text",
"name": "text",
"address_type": "text",
"street": "text",
"number": "text",
"complement": "text",
"neighborhood": "text",
"city": "text",
"state": "text",
"country": "text",
"active": true,
"postal_code": "text"
}
{
"id": "text",
"name": "text",
"address_type": "text",
"street": "text",
"number": "text",
"complement": "text",
"neighborhood": "text",
"city": "text",
"state": "text",
"country": "text",
"active": true,
"postal_code": "text"
}