Send Pactvera
POST/public-api/v1/pactvera/send
EndPoint Description : Sends a fully configured Pactvera to all recipients, initiating the active workflow. This is the final step after creating, attaching, and configuring all requests.
Details :
- Requires id, title, userId, deviceId, latitude, and longitude for audit and touch-audit capture.
- Transitions the Pactvera from DRAFT to IN_PROGRESS.
- Processes all associated form and document requests and resolves recipients.
- Creates internal tasks and data records to support execution and auditing.
- Cannot be reversed; use Cancel Pactvera to terminate an in-progress workflow.
Request
Responses
- 200
- 401
- 500
Pactvera has been successfully sent.
Unauthorized – Invalid or missing token.
Internal Server Error