GET stock_services/delivery
This method provides a list of all delivery dockets in Centaman that are unprocessed and are not marked as quantity-confirmed.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"id": 1,
"docketNumber": "sample string 2",
"vendor": "sample string 3",
"date": "2026-04-02T21:56:35.3730278-05:00",
"store": "sample string 5"
},
{
"id": 1,
"docketNumber": "sample string 2",
"vendor": "sample string 3",
"date": "2026-04-02T21:56:35.3730278-05:00",
"store": "sample string 5"
},
{
"id": 1,
"docketNumber": "sample string 2",
"vendor": "sample string 3",
"date": "2026-04-02T21:56:35.3730278-05:00",
"store": "sample string 5"
}
]