POST Api/EBI/GetOrderDocumentCheckList?orderID={orderID}&userID={userID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderID | integer |
Required |
|
| userID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetOrderDocumentCheckList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ChecklistID | integer |
None. |
|
| ChecklistName | string |
None. |
|
| ChecklistDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ChecklistID": 1,
"ChecklistName": "sample string 2",
"ChecklistDescription": "sample string 3"
},
{
"ChecklistID": 1,
"ChecklistName": "sample string 2",
"ChecklistDescription": "sample string 3"
}
]