GET stock_services/stocktake

This method provides a list of all stocktakes in Centaman that are unprocessed.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "code": "sample string 2",
    "date": "2026-04-02T22:00:30.8470448-05:00",
    "store": "sample string 4"
  },
  {
    "id": 1,
    "code": "sample string 2",
    "date": "2026-04-02T22:00:30.8470448-05:00",
    "store": "sample string 4"
  },
  {
    "id": 1,
    "code": "sample string 2",
    "date": "2026-04-02T22:00:30.8470448-05:00",
    "store": "sample string 4"
  }
]