API Reference
These docs are for v2.3. Click to read the latest docs for v3.0.

Add a task to a service request

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
     }
    
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!