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": "ebe688cc-d247-4d5a-b707-f74442b922a9",
"OutletId": "f752a2e0-94e2-4307-ba3a-cd6914b797b7",
"CustomerId": "a1ad5fc8-30ac-4416-841c-b13d2a0a6d13",
"Deleted": true,
"Updated": "2026-03-21T23:47:46.8525391+01:00"
},
{
"$ref": "1"
}
]