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
- null
string
error_code object
anyOf
- string
- null
string
error object
anyOf
- object
- null
object
dedup_match object
anyOf
- object
- null
object
]
BulkCreateResponse
{
"results": [
{
"index": 0,
"status": "created",
"geofence_id": "string",
"error_code": "string",
"error": {},
"dedup_match": {}
}
]
}