# Update State Update a specific state. Endpoint: PUT /api/v1/state/{id} Version: 1.0 ## Path parameters: - `id` (integer, required) ## Request fields (application/json): - `country` (integer, required) - `code` (string, required) - `agency` (integer) - `description` (string) - `prefix` (string) - `account` (integer) - `intrastatCode` (string) - `target` (integer) - `isoCode` (string) - `cyc` (string) ## Response 200 fields (application/json): - `id` (integer, required) Unique identifier of the entity Example: 1 - `country` (object, required) - `country.code` (string, required) Country code (usually ISO numeric or similar). Example: 724 - `country.description` (string, required) Country description or name. Example: "Spain" - `country.isoCode` (string) ISO Alpha-2 code for the country. Enum: "AD", "AE", "AF", "AG", "AI", "AL", "AM", "AO", "AQ", "AR", "AS", "AT", "AU", "AW", "AX", "AZ", "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", "BJ", "BL", "BM", "BN", "BO", "BQ", "BR", "BS", "BT", "BV", "BW", "BY", "BZ", "CA", "CC", "CD", "CF", "CG", "CH", "CI", "CK", "CL", "CM", "CN", "CO", "CR", "CU", "CV", "CW", "CX", "CY", "CZ", "DE", "DJ", "DK", "DM", "DO", "DZ", "EC", "EE", "EG", "EH", "ER", "ES", "ET", "FI", "FJ", "FK", "FM", "FO", "FR", "GA", "GB", "GD", "GE", "GF", "GG", "GH", "GI", "GL", "GM", "GN", "GP", "GQ", "GR", "GS", "GT", "GU", "GW", "GY", "HK", "HM", "HN", "HR", "HT", "HU", "ID", "IE", "IL", "IM", "IN", "IO", "IQ", "IR", "IS", "IT", "JE", "JM", "JO", "JP", "KE", "KG", "KH", "KI", "KM", "KN", "KP", "KR", "KW", "KY", "KZ", "LA", "LB", "LC", "LI", "LK", "LR", "LS", "LT", "LU", "LV", "LY", "MA", "MC", "MD", "ME", "MF", "MG", "MH", "MK", "ML", "MM", "MN", "MO", "MP", "MQ", "MR", "MS", "MT", "MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NC", "NE", "NF", "NG", "NI", "NL", "NO", "NP", "NR", "NU", "NZ", "OM", "PA", "PE", "PF", "PG", "PH", "PK", "PL", "PM", "PN", "PR", "PS", "PT", "PW", "PY", "QA", "RE", "RO", "RS", "RU", "RW", "SA", "SB", "SC", "SD", "SE", "SG", "SH", "SI", "SJ", "SK", "SL", "SM", "SN", "SO", "SR", "SS", "ST", "SV", "SX", "SY", "SZ", "TC", "TD", "TF", "TG", "TH", "TJ", "TK", "TL", "TM", "TN", "TO", "TR", "TT", "TV", "TW", "TZ", "UA", "UG", "UM", "US", "UY", "UZ", "VA", "VC", "VE", "VG", "VI", "VN", "VU", "WF", "WS", "YE", "YT", "ZA", "ZM", "ZW" - `country.customerVatType` (string) Type of VAT scheme for customers in this country. Example: "GENERAL" - `country.geographicalLocation` (string, required) Geographical location of the country. See ApiGeographicalLocation enum for values. Enum: "CEUTA_MELILLA_CANARIAS", "COMMUNITY", "NATIONAL", "OTHERS" - `code` (string, required) - `agency` (object) - `agency.code` (string, required) Agency code. Example: "AG001" - `agency.name` (string, required) Name of the agency. Example: "Fast Transport Agency" - `description` (string) - `prefix` (string) - `account` (object) Surcharge account information for purchase operations - `account.code` (string) Code of the chart account Example: 1000 - `account.description` (string) Description of the chart account Example: "Cash account" - `account.cif` (string) Tax identification number Example: "B12345678" - `account.active` (boolean) Indicates if the account is active Example: true - `account.color` (string) Color code for visual representation Example: "#FF5733" - `account.parentCode` (string) Code of the parent account Example: 100 - `account.parentDescription` (string) Description of the parent account Example: "Assets" - `intrastatCode` (string) - `target` (integer) - `isoCode` (string) - `cyc` (string)