""
0
25
asc
GET /api/sales/stock HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
OK
{ "currentPage": 1, "perPage": 1, "total": 1, "items": [ { "id": "text", "company": { "id": "text", "name": "text", "fiscal_registration_number": "text" }, "warehouse": { "id": "text", "name": "text" }, "product": { "id": "text", "name": "text", "sku": "text" }, "active": true, "total": 1, "available": 1, "reserved": 1 } ] }
DELETE /api/sales/stock/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
{}