UpdateCountryGeoZoneDTO
The attributes to update in the geo zone of type country
.
id
stringRequiredThe ID of the geo zone.
type
"country"RequiredThe type of the geo zone.
Default: `"country"`
service_zone_id
stringThe associated service zone's ID.
country_code
stringThe ISO 2 character country code of the geo zone.
metadata
null | Record<string, any>Holds custom data in key-value pairs.
Was this section helpful?