Skip to main content

BulkCreateResponse

Response body for POST /api/v1/geofences/bulk (D-03/D-20).

results object[]required
  • Array [
  • indexIndex (integer)required
    statusStatus (string)required

    Possible values: [created, duplicate, error]

    geofence_id object
    anyOf
    string
    error_code object
    anyOf
    string
    error object
    anyOf
    object
    dedup_match object
    anyOf
    object
  • ]
  • BulkCreateResponse
    {
    "results": [
    {
    "index": 0,
    "status": "created",
    "geofence_id": "string",
    "error_code": "string",
    "error": {},
    "dedup_match": {}
    }
    ]
    }