Znode

Build Version:

PUT states/{stateCode}

Updates an existing state.

Request Information

» Parameters

Name Description Additional information
stateCode The 2-character state code.

Define this parameter in the request URI.

model The model of the state.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "Code": "sample string 1",
  "CountryCode": "sample string 2",
  "Name": "sample string 3"
}