Create a document on a shipment

SecurityAuthToken
Request
path Parameters
carrierRelationshipId
required
string <uuid>

The id of the vendor relationship

Request Body schema: multipart/form-data
description
required
string
file
required
string <binary>
Responses
201

Successfully created a document

Response Schema: application/json
created_at
string or null <date-time>
created_by_id
string or null <uuid>
created_by_name
string or null
description
string or null
file
string or null

URL to file. URLs have timed access tokens and expire in 30 minutes.

filename
string or null

Filename of file

id
string or null <uuid>
updated_at
string or null <date-time>
default

Default error response

post/carrier-relationships/{carrierRelationshipId}/documents/
Request samples
Response samples
application/json
{
  • "created_at": "2019-08-24T14:15:22Z",
  • "created_by_id": "9377d689-01fb-4abf-8450-3368d2c1924f",
  • "created_by_name": "string",
  • "description": "string",
  • "filename": "Bill_of_Lading.pdf",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "updated_at": "2019-08-24T14:15:22Z"
}
Copyright © Shipwell 2025. All right reserved.