Items / Add Etickets
Long Description
Post individual eticket files for items. You can post multiple files simultaneously and they will be joined together into one file. Use the Items / Finalize Etickets action when you are finished adding etickets.
The item_id
in the URL can be found in the items array of an Order and is the property labeled id
(orders[]->items[]->id
), it is not the property labeled order_item_id
.
If you already have all (and only all) of the tickets in a single file then you should use Items / Deliver Etickets instead.
Parameters
Name | Description | Value Type | Required |
---|---|---|---|
files | An array of Base-64 encoded files | Array | Required |
Examples
Request | Response |
---|---|
/v9/orders/75214/items/26319 | |
{ "files":[ "<base-64 encoded file>", "<another base-64 encoded file>" ] } | See Items / Show |