POST api/StateMasters

Request Information

URI Parameters

None.

Body Parameters

CustomStateMasterDCM
NameDescriptionTypeAdditional information
StateID

globally unique identifier

None.

State

string

None.

CountryID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "StateID": "b5c09f75-f43a-451c-baee-956bb93b0f64",
  "State": "sample string 2",
  "CountryID": "96924fb9-0de1-49d3-b238-5f8251950b7e"
}

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>96924fb9-0de1-49d3-b238-5f8251950b7e</CountryID>
  <State>sample string 2</State>
  <StateID>b5c09f75-f43a-451c-baee-956bb93b0f64</StateID>
</CustomStateMasterDCM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.