POST api/Ministers?CAT_ID={CAT_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CAT_ID | string |
Required |
Body Parameters
StartEndDTS| Name | Description | Type | Additional information |
|---|---|---|---|
| START | string |
None. |
|
| END | string |
None. |
|
| WORD | string |
None. |
|
| STATE_ID | string |
None. |
|
| DISTRICT_ID | string |
None. |
|
| USER_ID | string |
None. |
|
| LANG_ID | string |
None. |
|
| TALUKA_ID | string |
None. |
|
| TYPE | string |
None. |
|
| VILLAGE_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"START": "sample string 1",
"END": "sample string 2",
"WORD": "sample string 3",
"STATE_ID": "sample string 4",
"DISTRICT_ID": "sample string 5",
"USER_ID": "sample string 6",
"LANG_ID": "sample string 7",
"TALUKA_ID": "sample string 8",
"TYPE": "sample string 9",
"VILLAGE_ID": "sample string 10"
}
application/xml, text/xml
Sample:
<StartEndDTS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiMeSarpanch.Models"> <DISTRICT_ID>sample string 5</DISTRICT_ID> <END>sample string 2</END> <LANG_ID>sample string 7</LANG_ID> <START>sample string 1</START> <STATE_ID>sample string 4</STATE_ID> <TALUKA_ID>sample string 8</TALUKA_ID> <TYPE>sample string 9</TYPE> <USER_ID>sample string 6</USER_ID> <VILLAGE_ID>sample string 10</VILLAGE_ID> <WORD>sample string 3</WORD> </StartEndDTS>
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. |