POST api/State

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
state
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID": "8fa85492-bb4a-4067-bd52-320be0729d5f",
  "StateCode": "sample string 2",
  "State1": "sample string 3",
  "Deleted": 64,
  "EPARegion": 1,
  "UPSZone": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ID": "862955ed-8954-4f47-9f2a-e7ffd86c3320",
  "StateCode": "sample string 2",
  "State1": "sample string 3",
  "Deleted": 64,
  "EPARegion": 1,
  "UPSZone": 1
}