POST StateMaster/GetComboStateMaster
Request Information
URI Parameters
None.
Body Parameters
tbl_StateMasterProp| Name | Description | Type | Additional information |
|---|---|---|---|
| StateCode | integer |
None. |
|
| StateName | string |
None. |
|
| SearchBy | string |
None. |
|
| SearchVal | string |
None. |
|
| PageNo | integer |
None. |
|
| RecordCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StateCode": 1,
"StateName": "sample string 2",
"SearchBy": "sample string 3",
"SearchVal": "sample string 4",
"PageNo": 5,
"RecordCount": 6
}
text/html
Sample:
{"StateCode":1,"StateName":"sample string 2","SearchBy":"sample string 3","SearchVal":"sample string 4","PageNo":5,"RecordCount":6}
application/xml, text/xml
Sample:
<tbl_StateMasterProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClaimManagementProp"> <PageNo>5</PageNo> <RecordCount>6</RecordCount> <SearchBy>sample string 3</SearchBy> <SearchVal>sample string 4</SearchVal> <StateCode>1</StateCode> <StateName>sample string 2</StateName> </tbl_StateMasterProp>
application/x-www-form-urlencoded
Sample:
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. |