Attach Form and Document Requests
POST/public-api/v1/pactvera/attach-attachments
EndPoint Description : Attaches one or more form and/or document requests to an existing Pactvera in DRAFT state. Use this API after creating a Pactvera and before sending it to recipients.
Details :
- Requires pactveraId and userId of the acting user.
- Accepts documentRequests (from document templates) and/or formRequests (from form templates).
- Each request is linked to the parent Pactvera and initialized for recipient configuration.
- Use Edit Document Request or Edit Form Request APIs to update individual requests after attachment.
Request
Responses
- 200
- 401
- 500
Pactvera Request has been successfully created.
Unauthorized – Invalid or missing token.
Internal Server Error