Create Pactvera from Template
POST/public-api/v1/pactvera/use-template
EndPoint Description : Creates a new Pactvera by cloning an existing Pactvera template, including its associated forms and documents.
Details :
- Requires pactveraId of the source template and createdBy (creator user id).
- Optionally override title and folderId from the template defaults.
- Clones all related form and document requests from the template.
- Reassigns document and form ownership to the creator's organization.
- Automatically adds the creator's organization as the default party.
- Returns the newly created Pactvera in DRAFT status.
Request
Responses
- 200
- 401
- 500
Pactvera has been successfully created from the template.
Unauthorized – Invalid or missing token.
Internal Server Error