Developers

Bulk sync table receipts

2 min read
Try this endpoint live with your API key.
POST
Bulk sync table receipts
Request body includes optional mode (default append). append: add new PUBLIC receipts to existing non-internal receipts. overwrite: replace existing non-internal receipts with only the lines sent in this request (idempotent full sync). Multiple lines for the same reservation combine in request order. Optional closed: last line per reservation wins.
https://api.tablelist.com/2025-03/venues/{venueId}/admission-groups/bulk-receipts
Authorization
Path Parameters
Header Parameters
Request Body
cURL
curl --request POST \ \
  --url "https://api.tablelist.com/2025-03/venues/{venueId}/admission-groups/bulk-receipts"
Response
Run a request to see the response.

Request body includes optional mode (default append). append: add new PUBLIC receipts to existing non-internal receipts. overwrite: replace existing non-internal receipts with only the lines sent in this request (idempotent full sync). Multiple lines for the same reservation combine in request order. Optional closed: last line per reservation wins.

  • Method: POST
  • Path: /venues/{venueId}/admission-groups/bulk-receipts
  • Operation ID: bulkCreateReceipts
  • Tags: Admission Groups

Path Parameters

NameTypeRequiredDescription
venueIdstringYes

Header Parameters

NameTypeRequiredDescription
x-tl-api-keystringYes

Request Body

application/json

Schema: object

FieldTypeRequiredDescription
modestringNoappend: add new PUBLIC receipts to existing non-internal receipts; overwrite: replace non-internal receipts with only the lines in this request (idempotent full sync per reservation).
receiptsarray<object>YesOne object per receipt line; match reservation by admissionGroupId or posCode.

Responses

201

{ updated, errors } per line.

  • Content-Type: application/json
    • Schema: object
FieldTypeRequiredDescription
updatedarray<object>Yes
errorsarray<object>Yes

default

unexpected error

  • Content-Type: application/json
    • Schema: object
FieldTypeRequiredDescription
messagestringYes
errorsarray<object>Yes
errorDataobjectNo