Skip to main content
Skip to main content

CreateZipGeoZoneDTO

The geo zone to be created of type zip.

service_zone_idstringRequired
The associated service zone's ID.
country_codestringRequired
The ISO 2 character country code of the geo zone.
type"zip"Required
The type of the geo zone.

Default: `"zip"`

province_codestringRequired
The province code of the geo zone.
citystringRequired
The city of the geo zone.
postal_expressionRecord<string, any>Required
The postal expression of the geo zone.
metadatanull | Record<string, any>
Holds custom data in key-value pairs.
Was this section helpful?