The GetAllPurchaseIds function returns the IDs of all available purchases. Purpose of this function is that a client POS system can delete all local records which do no longer exist server-side.
Method | /GetAllPurchaseIds |
The response body is of type GetAllPurchaseIdsResponse.
Name | Description | Data Type |
---|---|---|
GetAllPurchaseIdsResult | ArrayOfInt |
|