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": "a5f1e689-4208-4109-8487-5a70d01dc564",
"OutletId": "8b52edb7-7628-4fad-ba3a-116b647e3d7b",
"CustomerId": "1b1bf804-b35d-4072-923b-1487babebc8e",
"Deleted": true,
"Updated": "2026-05-06T16:26:18.4976064+02:00"
},
{
"$ref": "1"
}
]