GET api/Supplier/GetSuppliers?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 Supplier| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Identifier | string |
Max length: 255 |
|
| Name | string |
Max length: 255 |
|
| IsDeleted | boolean |
None. |
|
| Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": "18c240ad-f677-4a5a-a842-9cfaae3727e1",
"Identifier": "sample string 2",
"Name": "sample string 3",
"IsDeleted": true,
"Updated": "2026-05-06T16:28:57.4699527+02:00"
},
{
"$ref": "1"
}
]