QueryStocktake
Model
Will query the aggregate contents of a stocktake - may return HTTP 423 if the aggregates haven't yet synchronised in which case try again later
Required
MaxLength(64)
ExternalReference :
string
The ExternReference ID of the stocktake to be cancelled
Nullable
MaxLength(4)
BaseCurrencyCode :
string
Set to a ISO 4217 currency code
If set - the response aggregates will have a new property BaseCurrencyCode which will be set to this value and all aggregates will have their $ amounts converted to this currency code
if omitted - the response aggregates will dimension on currency code
NOTE - currency exchange rates are provided by a third party and updated daily. There is no guarantee on their reliability/accuracy. To utilise your own rates include CurrencyExchangeRates
Example
{
"ExternalReference": "string value",
"BaseCurrencyCode": "string value"
}