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