Orders / Email

NameOrders Email
DescriptionEmail a PDF of the invoice or purchase order.
TypePOST
URL/v9/orders/:id/email

Long Description

Generate and send a PDF of the order or purchase 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.