Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

NameItems Add Etickets
DescriptionAdd Eticket files to items
TypePOST
URL/v9/orders/:order_id/items/:item_id/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. If you already have all (and only all) of the tickets in a single file then you need to use Items / Deliver Etickets instead. Use the Items / Finalize Etickets action when you are finished.

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'.

Parameters

Name
Description
Value Type
Required
filesAn array of Base-64 encoded filesArrayRequired

 

Examples

RequestResponse
/v9/orders/75214/items/26319 
{
  "files":[
    "<base-64 encoded file>",
    "<another base-64 encoded file>"
  ]
}

 

See Items / Show

  • No labels