Znode

Build Version:

POST states

Creates a new state.

Request Information

» Parameters

Name Description Additional information
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"
}