Send contract by email
POST/company/contracts/
Send a copy of the contract in PDF format to a list of email addresses. The system automatically generates the PDF with the current contract data before sending it.
Typical use cases:
- Sending to the carrier for review prior to signing
- Sharing with the finance department
- Internal company archiving
Requirements:
- The contract must exist and be associated with the authenticated company
- At least one valid email address must be provided
Request
Responses
- 200
- 400
- 401
- 404
Emails sent successfully
Invalid request. Possible causes:
- Incorrect email format
- Empty email list
- Service code not provided
Unauthorized - Invalid or missing JWT token
No contract was found with the specified service code.