StockTakes
Show a Stocktake
This endpoint retrieves a stocktake for the given site.
get/inventory/stock-takes/{stockTakeId}
Response
The stocktake was successfully retrieved
Example response
{
"data": {
"description": "Stocktake started on 01/06/2024",
"currency": "gbp",
"created_by": {
"first_name": "Dan",
"last_name": "Johnson",
"full_name": "Dan Johnson"
},
"posted_by": {
"first_name": "Dan",
"last_name": "Johnson",
"full_name": "Dan Johnson"
},
"created_at": "2024-06-01T12:00:00Z"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.