Link Search Menu Expand Document

GetPurchaseImportStats

Overview

This method retrieves statistics regarding imported Purchases. Specifically, it allows us to check the amount of Purchases imported for a specified customer in a specified period. As well as specifying how many of those Purchases were unmapped and what those unmapped Purchases look like.

Returns

Some counts for the specified criteria.


Request

Name Type Description
importedFrom String Consider only Purchases imported after this date. This should be in the format YYYY-MM-DDThh:mm:ssZ.
importedTo String Consider only Purchases imported before this date. This should be in the format YYYY-MM-DDThh:mm:ssZ.
customerCode String Consider only Purchases for the specified customer.
fetchUnmapped Boolean Whether or not to consider unmapped Purchases.

Response

Name Type Description
ResultMessage String Additional information when operation failed.
ResultCode ResultCodeEnum Whether the operation completed successfully.
Result PurchaseImportStats Operation result.

Back to top

Copyright Ⓒ 2023 CloudBilling (Inter8-NL B.V.)