RecalculateStockMovements Model

A directive to regenerate all unassigned/ungenerated stock movements for the specified time period. SalesTransactionItems for that time period that have NO matching StockMovements will be considered for generating new unassigned movements.

Required
OutletID : string (GUID)

The ID of the outlet that the stocktake was originally for

Required
DateTimeCountedFrom : string (ISO 8601 DateTime)

When is this stock count occuring. Only stock movements occuring on or after this time will be included

Example
{
  "OutletID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "DateTimeCountedFrom": "2012-04-03T09:40:59.736Z"
}