POST api/CHAMasters/UploadDistrictMaster
Request Information
URI Parameters
None.
Body Parameters
UploadCHADTMasterInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DT_DETAILS | Collection of UploadCHADTMaster |
None. |
Request Formats
application/json, text/json
Sample:
{
"DT_DETAILS": [
{
"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,
"DT_STM_NAME": "sample string 6",
"DT_STATUS_CODE": "sample string 7"
},
{
"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,
"DT_STM_NAME": "sample string 6",
"DT_STATUS_CODE": "sample string 7"
}
]
}
application/xml, text/xml
Sample:
<UploadCHADTMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
<DT_DETAILS>
<UploadCHADTMaster>
<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_STATUS_CODE>sample string 7</DT_STATUS_CODE>
<DT_STM_ID>1</DT_STM_ID>
<DT_STM_NAME>sample string 6</DT_STM_NAME>
</UploadCHADTMaster>
<UploadCHADTMaster>
<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_STATUS_CODE>sample string 7</DT_STATUS_CODE>
<DT_STM_ID>1</DT_STM_ID>
<DT_STM_NAME>sample string 6</DT_STM_NAME>
</UploadCHADTMaster>
</DT_DETAILS>
</UploadCHADTMasterInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |