Administrative divisions V2 (deprecated)
Update administrative division (deprecated)
DEPRECATED. Call Update holiday calendar instead.
This endpoint is deprecated starting April 30, 2026, and final removal from both test (EXT) and production environments on October 30, 2026.
Update an administrative division.
put/divisions-core/v2/administrative-division/{id}
Path parameters
idinteger required
Administrative division ID.
Request body
Example request
{
"name": "Scotland",
"type": "State",
"external_id": "8675309",
"working_days": [
1,
2,
3,
4,
5
],
"metadata": "{ \"key\": \"value\"}"
}Response
Updated
Example response
{
"id": 84849,
"external_id": "8675309",
"name": "Scotland",
"type": "State",
"working_days": [
1,
2,
3,
4,
5
],
"metadata": "{ \"key\": \"value\"}"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.