Skip to main content
POST
/
portal
/
bookings
/
{trackingId}
/
documents
Upload a document for a booking (tracking ID)
curl --request POST \
  --url https://api.example.com/portal/bookings/{trackingId}/documents \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'

Documentation Index

Fetch the complete documentation index at: https://docs.getyardo.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

trackingId
string
required

Query Parameters

requirementKey
string
required

Body

multipart/form-data
file
file
required

Response

201 - undefined