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 4 Current »

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

  • No labels