StateProv

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

StateProv.

codeStringtrueCode of the

StateProv.

nameStringtrueName of the

StateProv.

countryCodeStringtrueCountry of the StateProv. ISO 3166-1 alpha-2

JSON representation

{
	"id": 1,
	"code": "ES-C",
	"name": "La Coruña",
	"countryCode": "ES"
}