Skip to main content
POST
/
v3
/
benefits
/
batch.json
Batch Benefits
curl --request POST \
  --url http://localhost/api/v3/benefits/batch.json \
  --header 'Content-Type: application/json' \
  --data '
{
  "benefits": [
    {
      "profile_id": "<string>",
      "issued_at": "2023-11-07T05:31:56Z",
      "timezone": "<string>",
      "profile_id_handle": "<string>",
      "benefit_definition_id": 123,
      "benefit_definition_handle": "<string>",
      "external_id": "<string>",
      "meta": [
        "<string>"
      ],
      "expires_at": "<string>",
      "value": 123
    }
  ],
  "import_job_id": "<string>"
}
'
{
  "message": "<string>",
  "batch_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
benefits
object[]
required
Required array length: 1 - 500 elements
import_job_id
string

Response

message
string
required
Allowed value: "Queued for processing."
batch_id
string
required