GetContractToPdf
Base Endpoint:
GET https://api.vlenseg.com/api/BusinessRequest/GetContractToPdf?id={id}
Overview: This endpoint allows admin to download a contract as a PDF by providing the request ID. The response content is in PDF format.
Headers:
ApiKey (required): The API key for authenticating the request.
TenancyName (required): The tenancy name that identifies the tenant.
Authorization (required): Bearer token for user authentication, obtained from the Login API.
Content-Type:
application/pdf.
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