Bulk Create Geofences
POST/api/v1/geofences/bulk
Bulk create geofences from address items with dedup_strategy control.
v1.27 ADDR-03: integration-shaped endpoint for CRM/TMS sync workflows. Per-item atomicity: a single item failure does not roll back previous items (D-13). index is 0-based in the API (D-15).
D-02: dedup_strategy 'skip'|'override'|'fail' controls duplicate handling. D-07: rejects len(items) > workspace.bulk_create_max_batch_size with 413. D-08: writes explicit AuditLog row with bulk-create analytics. D-09: JWT 10/h, API key 60/h — dispatched by auth_type on request.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 413
- 422
- 429
- 500
- 501
- 502
- 503
- 504
Created
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Content Too Large
Validation Error
Too Many Requests
Internal Server Error
Not Implemented
Bad Gateway
Service Unavailable
Gateway Timeout