Returns the expected availability timeline for the provided ProductIDs, from the perspective of the provided OrganizationUnitID (optional, defaults to the user's current OrganizationUnitID).
The timeline is ordered chronologically and includes all events that are relevant to the availability of the requested products, including events that happen on the suppliers of the requested OrganizationUnit (such as PurchaseOrder receipts).
Additionally, a FromDate (inclusive) and ToDate (exclusive) can be used to filter the response by date and a Type can be provided to only return timeline items of a certain type.
Returns the expected availability timeline for the provided
ProductIDs
, from the perspective of the providedOrganizationUnitID
(optional, defaults to the user's current OrganizationUnitID).The timeline is ordered chronologically and includes all events that are relevant to the availability of the requested products, including events that happen on the suppliers of the requested OrganizationUnit (such as PurchaseOrder receipts).
Additionally, a
FromDate
(inclusive) andToDate
(exclusive) can be used to filter the response by date and aType
can be provided to only return timeline items of a certain type.