Shipments / Email Airbill

NameShipments Email Airbill
DescriptionEmail an airbill that has been generated for a shipment.
TypePOST
URL/v9/shipments/:id/email_airbill

Long Description

Deliver the airbill that has been generated for this shipment to one or more email addresses as an attachment in PDF form.

Parameters

Name
Description
Value Type
Required
recipientsList of recipients that should receive the airbillArray of stringsRequired

 

Examples

RequestResponse
/v9/shipments/12345/email_airbill 
{
  "recipients":[
    "recipient@one.com",
    "recipient@two.com"
  ]
}

 

See Shipments / Show