POST api/StateMaster/EditStateMaster
Request Information
URI Parameters
None.
Body Parameters
StateMasterName | Description | Type | Additional information |
---|---|---|---|
errMsg | string |
None. |
|
response | boolean |
None. |
|
ds | DataSet |
None. |
|
ID | integer |
None. |
|
COUNTRY_NAME | string |
None. |
|
COUNTRY_CODE | string |
None. |
|
STATE_ID | integer |
None. |
|
STATE_NAME | string |
None. |
|
STATE_CODE | string |
None. |
|
USER_ID | integer |
None. |
|
COUNTRY_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "errMsg": "sample string 1", "response": true, "ds": null, "ID": 3, "COUNTRY_NAME": "sample string 4", "COUNTRY_CODE": "sample string 5", "STATE_ID": 6, "STATE_NAME": "sample string 7", "STATE_CODE": "sample string 8", "USER_ID": 9, "COUNTRY_ID": 10 }
application/xml, text/xml
Sample:
<StateMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models"> <COUNTRY_CODE>sample string 5</COUNTRY_CODE> <COUNTRY_ID>10</COUNTRY_ID> <COUNTRY_NAME>sample string 4</COUNTRY_NAME> <ID>3</ID> <STATE_CODE>sample string 8</STATE_CODE> <STATE_ID>6</STATE_ID> <STATE_NAME>sample string 7</STATE_NAME> <USER_ID>9</USER_ID> <ds i:nil="true" /> <errMsg>sample string 1</errMsg> <response>true</response> </StateMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.