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": "47ed36e8-d75e-4acd-ad23-b021c7b4ce6b",
  "State": "sample string 2",
  "CountryID": "e52d15db-f33a-40a4-9c24-f2d4dabc1997"
}

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>e52d15db-f33a-40a4-9c24-f2d4dabc1997</CountryID>
  <State>sample string 2</State>
  <StateID>47ed36e8-d75e-4acd-ad23-b021c7b4ce6b</StateID>
</CustomStateMasterDCM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.