POST api/DepotOnline/GetEorDetails
Request Information
URI Parameters
None.
Body Parameters
DepotContainerEOR| Name | Description | Type | Additional information |
|---|---|---|---|
| MNR_ID | integer |
None. |
|
| MNR_ROLE | string |
None. |
|
| MNR_CON_ID | integer |
None. |
|
| MNR_CON_NUMBER | string |
None. |
|
| MNR_EOR_DATE | date |
None. |
|
| MNR_DP_ID | integer |
None. |
|
| MNR_AP_SUR_ID | integer |
None. |
|
| MNR_SUR_CUR_ID | integer |
None. |
|
| MNR_SUR_AMT | decimal number |
None. |
|
| MNR_STATUS | string |
None. |
|
| MNR_PROGRAM_ID | string |
None. |
|
| MNR_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MNR_ID": 1,
"MNR_ROLE": "sample string 1",
"MNR_CON_ID": 1,
"MNR_CON_NUMBER": "sample string 2",
"MNR_EOR_DATE": "2025-12-06T04:26:52.280374+00:00",
"MNR_DP_ID": 1,
"MNR_AP_SUR_ID": 1,
"MNR_SUR_CUR_ID": 1,
"MNR_SUR_AMT": 1.1,
"MNR_STATUS": "sample string 3",
"MNR_PROGRAM_ID": "sample string 4",
"MNR_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<DepotContainerEOR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <MNR_AP_SUR_ID>1</MNR_AP_SUR_ID> <MNR_CON_ID>1</MNR_CON_ID> <MNR_CON_NUMBER>sample string 2</MNR_CON_NUMBER> <MNR_CREATED_BY>1</MNR_CREATED_BY> <MNR_DP_ID>1</MNR_DP_ID> <MNR_EOR_DATE>2025-12-06T04:26:52.280374+00:00</MNR_EOR_DATE> <MNR_ID>1</MNR_ID> <MNR_PROGRAM_ID>sample string 4</MNR_PROGRAM_ID> <MNR_ROLE>sample string 1</MNR_ROLE> <MNR_STATUS>sample string 3</MNR_STATUS> <MNR_SUR_AMT>1.1</MNR_SUR_AMT> <MNR_SUR_CUR_ID>1</MNR_SUR_CUR_ID> </DepotContainerEOR>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |