post https://{tenant}.rubixx.app/api/v2/crms/servicerequests/tasks
Sample Request:
POST /api/v2.0/crms/servicerequests/tasks
This endpoint requires all data to be a JSON in the body of the request
and Content-type header to be set to "application/json".
body JSON:
{
"serviceRequestReference": "C00074-001",
"owner": "Taylor Todd",
"taskType": "Eviction Approval",
"taskPriority": "3 Working Days",
"description": "Please approve for Eviction - I am sick of chasing this guy.",
}
Sample Response:
{
Service Request Task Created Succesfully
}