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 SupplierName | 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": "fa4600da-ec78-42f3-9669-6b9bf921f56d", "Identifier": "sample string 2", "Name": "sample string 3", "IsDeleted": true, "Updated": "2025-04-04T05:36:11.8657385+02:00" }, { "$ref": "1" } ]