Generate a batch manifest PDF
POST /api/v5/bookings/manifests/batch
POST
/api/v5/bookings/manifests/batch
Request Body
Section titled “Request Body ”object
ids
required
Booking ids to include in the batch document (1-50).
Array<integer>
Responses
Section titled “ Responses ”Binary batch manifest PDF response
No manifests are ready
object
error
required
Error code or short reason the document could not be produced.
string
message
Human-readable explanation of the error.
string
booking_id
Booking the document request related to.
number
status
Booking status at the time of the error.
string
Missing or invalid API key
One or more bookings do not belong to the caller
object
error
required
Error code or short reason the document could not be produced.
string
message
Human-readable explanation of the error.
string
booking_id
Booking the document request related to.
number
status
Booking status at the time of the error.
string
No bookings found
object
error
required
Error code or short reason the document could not be produced.
string
message
Human-readable explanation of the error.
string
booking_id
Booking the document request related to.
number
status
Booking status at the time of the error.
string