GET Attachment/GetAttachments/{ApiKey}/{DeviceId}/{DeviceKey}/{ClientId}/{OrderId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ApiKey | string |
Required |
|
DeviceId | string |
Required |
|
DeviceKey | string |
Required |
|
ClientId | integer |
Required |
|
OrderId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AttachmentInfoName | Description | Type | Additional information |
---|---|---|---|
AttachmentId | integer |
None. |
|
ClientId | integer |
None. |
|
OrderId | integer |
None. |
|
AttachmentDate | date |
None. |
|
UploadedBy | string |
None. |
|
DocumentType | string |
None. |
|
AttachmentName | string |
None. |
|
FileType | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AttachmentId": 1, "ClientId": 2, "OrderId": 3, "AttachmentDate": "2024-11-26T22:20:28.2984549-06:00", "UploadedBy": "sample string 5", "DocumentType": "sample string 6", "AttachmentName": "sample string 7", "FileType": "sample string 8" }, { "AttachmentId": 1, "ClientId": 2, "OrderId": 3, "AttachmentDate": "2024-11-26T22:20:28.2984549-06:00", "UploadedBy": "sample string 5", "DocumentType": "sample string 6", "AttachmentName": "sample string 7", "FileType": "sample string 8" } ]