Upload letterhead and signature documents

Uploads a letterhead or signature image file that can be added to commercial invoices by supporting carriers.

SecurityAPIKeyHeader
Request
path Parameters
object_id
required
string <uuid>

The object id of the account

Request Body schema: multipart/form-data
required

Document data required to upload a letterhead or signature document for a FedEx account.

document_type
required
string

Type of document to upload.

Enum: "LETTERHEAD" "SIGNATURE"
file
required
string <binary>

The document to upload. Only GIF and PNG image formats are supported.
LETTERHEAD files must be no larger than 700 pixels wide by 50 pixels high.
SIGNATURE files must be no larger than 240 pixels wide by 25 pixels high.

Responses
204

Document uploaded successfully

400

Invalid input

404

Account not found

post/carrier_accounts/{object_id}/documents
Response samples
application/json
{
  • "details": "string"
}