Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
labelapi_docs_shipments
NameShipments Email Airbill
DescriptionEmail an airbill that has been generated for a shipment.
TypePOST
URL/v9/shipments/:id/email_airbill

...

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 
Code Block
themeConfluence
languageruby
{
  "recipients":[
    "recipient@one.com",
    "recipient@two.com"
  ]
}

 

See Shipments / Show