Enqueue a batch of partner ingest events (notes, payments, status updates).
POST/ingestion-jobs
Creates one AsyncJob of type PartnerIngestDispatch and one AsyncJobOperation per row. The job is processed asynchronously; poll GET /ingestion-jobs/{jobId} for progress.
Currently supported row types: Note (type = 0). Payment and StatusUpdate types are reserved for future use and will return 400 if submitted.
Request
Responses
- 202
- 400
Job accepted
Invalid request