POST api/DepotMNR/GetDmgRecoveryDisposalList

Request Information

URI Parameters

None.

Body Parameters

GetDmgRecoverylist
NameDescriptionTypeAdditional information
DD_CP_ID

integer

None.

DD_DOC_NUM

string

None.

DD_TYPE

string

None.

DD_AR_ID

integer

None.

DD_DO_NUM

string

None.

DD_BKG_NUM

string

None.

DD_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DD_CP_ID": 1,
  "DD_DOC_NUM": "sample string 1",
  "DD_TYPE": "sample string 2",
  "DD_AR_ID": 1,
  "DD_DO_NUM": "sample string 3",
  "DD_BKG_NUM": "sample string 4",
  "DD_STATUS": "sample string 5"
}

application/xml, text/xml

Sample:
<GetDmgRecoverylist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <DD_AR_ID>1</DD_AR_ID>
  <DD_BKG_NUM>sample string 4</DD_BKG_NUM>
  <DD_CP_ID>1</DD_CP_ID>
  <DD_DOC_NUM>sample string 1</DD_DOC_NUM>
  <DD_DO_NUM>sample string 3</DD_DO_NUM>
  <DD_STATUS>sample string 5</DD_STATUS>
  <DD_TYPE>sample string 2</DD_TYPE>
</GetDmgRecoverylist>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.