LocationIngestResponse
Response for location ingestion (PRD §3.4 compliant).
Returns counts and event IDs/idempotency keys for tracking.
acceptedAccepted (integer)required
rejectedRejected (integer)required
ids object
anyOf
- string[]
- null
Array [
string
]
idempotency_key object
anyOf
- string
- null
string
errors object
anyOf
- object[]
- null
Array [
property name*any
]
task_ids object
anyOf
- string[]
- null
Array [
string
]
LocationIngestResponse
{
"accepted": 0,
"rejected": 0,
"ids": [
"string"
],
"idempotency_key": "string",
"errors": [
{}
],
"task_ids": [
"string"
]
}