Retrieve booking sales contract
- Bookings
- Booking docs
- 2 routes
How do I list and download the sales contracts attached to a booking?
This scenario explains how to list all sales contracts attached to a booking and then retrieve one specific contract for download or display.
Overview
Use the two customer-scoped routes to first enumerate the sales contracts linked to a booking, then target a specific contract_id for detailed retrieval.
Prerequisites
customer_idandbooking_idmust identify an existing booking in customer scope.contract_idis needed for the second step.accept-language,authorization, andx-api-keyare required on the documented calls.
Process workflow
Legend:
Mandatory
Optional