GET api/Customer/GetOutletCustomers?LastExecutedDate={LastExecutedDate}&CurrentDate={CurrentDate}&TerminalId={TerminalId}&SharedDB={SharedDB}&TableName={TableName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastExecutedDate | date |
None. |
|
| CurrentDate | date |
None. |
|
| TerminalId | globally unique identifier |
None. |
|
| SharedDB | boolean |
None. |
|
| TableName | TableName |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of OutletCustomer| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OutletId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| Deleted | boolean |
None. |
|
| Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": "2ab92d5d-4f36-4563-8eef-72c4b8d19be3",
"OutletId": "795b99a7-22bc-4cba-9ef0-61200ce44ea5",
"CustomerId": "27953b17-92d0-45fa-a49a-effab9ec6a85",
"Deleted": true,
"Updated": "2026-09-20T13:24:02.7279662+02:00"
},
{
"$ref": "1"
}
]