POST Api/EBI/GetOrderDocuments?orderID={orderID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetOrderDocuments_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentTypeID | integer |
None. |
|
| DocumentTypeName | string |
None. |
|
| FileName | string |
None. |
|
| FilePath | string |
None. |
|
| UploadedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DocumentTypeID": 1,
"DocumentTypeName": "sample string 2",
"FileName": "sample string 3",
"FilePath": "sample string 4",
"UploadedDate": "2026-06-03T14:21:56.7911215-04:00"
},
{
"DocumentTypeID": 1,
"DocumentTypeName": "sample string 2",
"FileName": "sample string 3",
"FilePath": "sample string 4",
"UploadedDate": "2026-06-03T14:21:56.7911215-04:00"
}
]