v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBPortal
Creates a portal task
Creates a new client portal task associated with the specified matter.
post/matters/{matterId}/portal/tasks
Path parameters
matterIdstring uuid required
Request body
Example request
{
"contactId": "93421c6f-40bd-465d-bb95-3b3b5e200e30",
"email": "contact@example.com",
"title": "Sign: Verification of Identity",
"url": "http://www.yourwebsite.com",
"actionText": "Complete",
"completedText": "Signing Complete!",
"completedUrl": "http://www.yourwebsite.com"
}Response
When request is accepted. Returns the id of the task to be created.