GetContractToPdf
This endpoint allows admin to download the contract PDF by providing the contract ID.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
idstringRequired
The unique contract ID to download the PDF
Header parameters
ApiKeystringRequired
TenancyNamestringRequired
AuthorizationstringRequiredExample:
Bearer <access_token>Responses
200
Successfully retrieved the contract PDF
application/pdf
Responsestring · binary
400
Bad request, missing or invalid fields
401
Unauthorized, invalid credentials
get
/api/BusinessRequest/GetContractToPdfLast updated