GetContractToPdf
Last updated
Last updated
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.
The unique contract ID to download the PDF
Bearer <access_token>