POST api/DepotMNR/GetDPStorageContractList

Request Information

URI Parameters

None.

Body Parameters

GetDPStorageConInputs
NameDescriptionTypeAdditional information
DCR_AR_ID

integer

None.

DCR_CP_ID

integer

None.

DCR_STATUS

string

None.

DCR_START_MOVE

integer

None.

DCR_END_MOVE

integer

None.

DCR_CHG_CODE

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DCR_AR_ID": 1,
  "DCR_CP_ID": 1,
  "DCR_STATUS": "sample string 1",
  "DCR_START_MOVE": 1,
  "DCR_END_MOVE": 1,
  "DCR_CHG_CODE": 1
}

application/xml, text/xml

Sample:
<GetDPStorageConInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <DCR_AR_ID>1</DCR_AR_ID>
  <DCR_CHG_CODE>1</DCR_CHG_CODE>
  <DCR_CP_ID>1</DCR_CP_ID>
  <DCR_END_MOVE>1</DCR_END_MOVE>
  <DCR_START_MOVE>1</DCR_START_MOVE>
  <DCR_STATUS>sample string 1</DCR_STATUS>
</GetDPStorageConInputs>

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.