POST api/DepotMNR/GetNoticeOfDmglossList
Request Information
URI Parameters
None.
Body Parameters
GetNoticeofDmgLosslist| Name | Description | Type | Additional information |
|---|---|---|---|
| DL_CP_ID | integer |
None. |
|
| DL_DOC_NUM | string |
None. |
|
| DL_TYPE | string |
None. |
|
| DL_AR_ID | integer |
None. |
|
| DL_DO_NUM | string |
None. |
|
| DL_OCCURANCE | string |
None. |
|
| DL_STATUS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DL_CP_ID": 1,
"DL_DOC_NUM": "sample string 1",
"DL_TYPE": "sample string 2",
"DL_AR_ID": 1,
"DL_DO_NUM": "sample string 3",
"DL_OCCURANCE": "sample string 4",
"DL_STATUS": "sample string 5"
}
application/xml, text/xml
Sample:
<GetNoticeofDmgLosslist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <DL_AR_ID>1</DL_AR_ID> <DL_CP_ID>1</DL_CP_ID> <DL_DOC_NUM>sample string 1</DL_DOC_NUM> <DL_DO_NUM>sample string 3</DL_DO_NUM> <DL_OCCURANCE>sample string 4</DL_OCCURANCE> <DL_STATUS>sample string 5</DL_STATUS> <DL_TYPE>sample string 2</DL_TYPE> </GetNoticeofDmgLosslist>
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. |