StartStocktakeResponse
Model
What can be expected to be returned after succesfully starting a stocktake
Nullable
StocktakeID :
string (GUID)
The unique ID (that POSCore) assigned to the created stocktake
Nullable
DBGen :
number (int)
DBGen assigned to the stocktake (not the movements)
Example
{
"StocktakeID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"DBGen": 321
}