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": "ed0eed1d-2c48-492c-88f8-7d0304c75e22", "State": "sample string 2", "CountryID": "1ad84059-0e57-48a3-902f-b52e76533b64" }
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>1ad84059-0e57-48a3-902f-b52e76533b64</CountryID> <State>sample string 2</State> <StateID>ed0eed1d-2c48-492c-88f8-7d0304c75e22</StateID> </CustomStateMasterDCM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.