StateProv
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the StateProv. |
code | String | true | Code of the StateProv. |
name | String | true | Name of the StateProv. |
countryCode | String | true | Country of the StateProv. ISO 3166-1 alpha-2 |
JSON representation
{ "id": 1, "code": "ES-C", "name": "La Coruña", "countryCode": "ES" }