<< Back to Help Contents

Case API Party

View Parties

GET /api/kase/{id}/party

View additional people & organisations related to this case.

Example response:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<parties size="2">
    <
organisation>
        

    
</organisation>
    <
person>
        

    
</person>    
</
parties

Add Party

POST /api/kase/{id}/party/{party-id}

Add the Person or Organisation to the case.

Delete Party

DELETE /api/kase/{id}/party/{party-id}

Remove the Person or Organisation from the case.

authored by Phillip.Haines, last updated on 2009-12-06

<< Back to Help Contents