Create a new service area
createServiceAreaCreate a service area for your business, optionally adding a GeoJSON polygon boundary to define its exact coverage zone.
Instructions
Create a new service area
Creates a service area with optional polygon boundary for the business
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name | |
| name | Yes | Area name (required) | |
| county | No | County name | |
| country | No | Country name | |
| boundary | No | GeoJSON polygon boundary (optional) | |
| district | No | District name | |
| description | No | Optional description | |
| postal_code | No | Postal code | |
| state_province | No | State / province name | |
| idempotency_key | No | Unique key making retries safe: a repeat send with the same key replays the original response (header Idempotent-Replayed: true) instead of re-running the operation. Reusing a key with a different body returns 422 IDEMPOTENCY_KEY_REUSE. (sent as the Idempotency-Key header) |