Create or Edit Pactvera
POST/public-api/v1/pactvera/create-edit
EndPoint Description : Creates a new Pactvera or updates an existing one in DRAFT state, including its associated parties. This is the primary entry point for initiating the Pactvera workflow.
Details :
- Omit id to create a new Pactvera; provide id to edit an existing DRAFT Pactvera.
- Requires folderId (from List Pactvera Folders) and userId of the acting user.
- On create, initializes the Pactvera in DRAFT status and returns a unique pactveraId.
- Registers parties (individuals or organizations) linked to the Pactvera workflow.
- After creation, use Attach Form and Document Requests to add requests before sending.
Request
Responses
- 200
- 401
- 500
Pactvera has been successfully created.
Unauthorized – Invalid or missing token.
Internal Server Error