v2

latestOpenAPI 3.1.02026-08-074390396.7 KB
Batches

Update pass batch

Update passes in bulk via a CSV file.

post/api/v1/passes/batch/update

Response

Accepted

Example response

{
  "data": {
    "attributes": {
      "name": "PassEntry Summer Promotion Update #1",
      "tag": "summerPromotion",
      "passTemplateName": "PassEntry Ticketing",
      "passTemplateNameId": "acbb27e9cfb4e8f62f8cb999",
      "completedAt": "2021-01-01T00:00:00Z",
      "errorsCsvUrl": "https://example.com/errors.csv",
      "totalCount": 100,
      "progress": {
        "total": 100,
        "processed": 90,
        "pending": 10
      }
    }
  },
  "links": {
    "self": "https://api.passentry.com/api/v1/batches/d29455c9-afe4-4c73-b946-a5ea0b1667f7"
  }
}