The GetParkedPosTransactionsForCustomer function returns all parkedPosTransaction objects for the specified customer.
Method | /GetParkedPosTransactionsForCustomer |
The request body is of type GetParkedPosTransactionsForCustomer.
Name | Description | Data Type |
---|---|---|
storeId | xml:int | |
posTerminalId | xml:int | |
customerId | xml:int | |
parkingNumber | xml:int |
|
The response body is of type GetParkedPosTransactionsForCustomerResponse.
Name | Description | Data Type |
---|---|---|
GetParkedPosTransactionsForCustomerResult | ArrayOfViewParkedPosTransactionInfo |
|