POST api/CHAMasters/GetDistrictMaster

Request Information

URI Parameters

None.

Body Parameters

CHADTMaster
NameDescriptionTypeAdditional information
DT_ID

integer

None.

DT_CODE

string

None.

DT_GST_CODE

string

None.

DT_NAME

string

None.

DT_STM_ID

integer

None.

DT_STATUS

string

None.

DT_NOTES

string

None.

DT_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DT_ID": 1,
  "DT_CODE": "sample string 1",
  "DT_GST_CODE": "sample string 2",
  "DT_NAME": "sample string 3",
  "DT_STM_ID": 1,
  "DT_STATUS": "sample string 4",
  "DT_NOTES": "sample string 5",
  "DT_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<CHADTMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <DT_CODE>sample string 1</DT_CODE>
  <DT_CREATED_BY>1</DT_CREATED_BY>
  <DT_GST_CODE>sample string 2</DT_GST_CODE>
  <DT_ID>1</DT_ID>
  <DT_NAME>sample string 3</DT_NAME>
  <DT_NOTES>sample string 5</DT_NOTES>
  <DT_STATUS>sample string 4</DT_STATUS>
  <DT_STM_ID>1</DT_STM_ID>
</CHADTMaster>

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.