POST api/Master/PostDepotMaster

Request Information

URI Parameters

None.

Body Parameters

DepotMaster
NameDescriptionTypeAdditional information
DP_ID

integer

None.

DP_CODE

string

None.

DP_NAME

string

None.

DP_CO_ID

integer

None.

DP_CT_ID

integer

None.

DP_AP_ID

integer

None.

DP_STATUS

string

None.

DP_PROGRAM_ID

string

None.

DP_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DP_ID": 1,
  "DP_CODE": "sample string 1",
  "DP_NAME": "sample string 2",
  "DP_CO_ID": 1,
  "DP_CT_ID": 1,
  "DP_AP_ID": 1,
  "DP_STATUS": "sample string 3",
  "DP_PROGRAM_ID": "sample string 4",
  "DP_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<DepotMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <DP_AP_ID>1</DP_AP_ID>
  <DP_CODE>sample string 1</DP_CODE>
  <DP_CO_ID>1</DP_CO_ID>
  <DP_CREATED_BY>1</DP_CREATED_BY>
  <DP_CT_ID>1</DP_CT_ID>
  <DP_ID>1</DP_ID>
  <DP_NAME>sample string 2</DP_NAME>
  <DP_PROGRAM_ID>sample string 4</DP_PROGRAM_ID>
  <DP_STATUS>sample string 3</DP_STATUS>
</DepotMaster>

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.