POST api/StateMasters
Request Information
URI Parameters
None.
Body Parameters
CustomStateMasterDCMName | Description | Type | Additional information |
---|---|---|---|
StateID | globally unique identifier |
None. |
|
State | string |
None. |
|
CountryID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "StateID": "74bf9a03-ba20-4666-ba02-64cde653eeb5", "State": "sample string 2", "CountryID": "f24e757d-2f6e-4ed9-8270-86b66261ab38" }
application/xml, text/xml
Sample:
<CustomStateMasterDCM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CountryID>f24e757d-2f6e-4ed9-8270-86b66261ab38</CountryID> <State>sample string 2</State> <StateID>74bf9a03-ba20-4666-ba02-64cde653eeb5</StateID> </CustomStateMasterDCM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.