NameOrders Email Etickets Link
DescriptionEmail a link to the etickets posted for this order.
TypePOST
URL/v9/orders/:id/email_etickets_link

Long Description

Generate and send an email with a one-time use link to download etickets for an order to a specified list of recipients.

Parameters

Name
Description
Value Type
Required
recipientsArray of strings containing email address recipientsArrayRequired

 

Examples

RequestResponse
/v9/orders/12345/email 
{
   "recipients":[
      "joe@someguy.com",
      "mike@someotherguy.com"
   ]
}

 

See Orders / Show.