Skip to main content

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
  • Array [
  • string
  • ]
  • idempotency_key object
    anyOf
    string
    errors object
    anyOf
  • Array [
  • property name*any
  • ]
  • task_ids object
    anyOf
  • Array [
  • string
  • ]
  • LocationIngestResponse
    {
    "accepted": 0,
    "rejected": 0,
    "ids": [
    "string"
    ],
    "idempotency_key": "string",
    "errors": [
    {}
    ],
    "task_ids": [
    "string"
    ]
    }