POST api/Depot/GetDepot

Request Information

URI Parameters

None.

Body Parameters

Depot
NameDescriptionTypeAdditional information
DP_ID

integer

None.

DP_CODE

string

None.

DP_NAME

string

None.

DP_CT_ID

integer

None.

DP_CP_ID

integer

None.

DP_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DP_ID": 1,
  "DP_CODE": "sample string 1",
  "DP_NAME": "sample string 2",
  "DP_CT_ID": 1,
  "DP_CP_ID": 1,
  "DP_STATUS": "sample string 3",
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<Depot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <DP_CODE>sample string 1</DP_CODE>
  <DP_CP_ID>1</DP_CP_ID>
  <DP_CT_ID>1</DP_CT_ID>
  <DP_ID>1</DP_ID>
  <DP_NAME>sample string 2</DP_NAME>
  <DP_STATUS>sample string 3</DP_STATUS>
  <LENGTH>1</LENGTH>
  <START>1</START>
</Depot>

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.