POST Api/Mobile/updateassignments
Request Information
URI Parameters
None.
Body Parameters
UpdateAssignmentName | Description | Type | Additional information |
---|---|---|---|
assignmentId | string |
None. |
|
toState | string |
None. |
|
fromState | string |
None. |
|
comment | string |
None. |
|
closeType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "assignmentId": "sample string 1", "toState": "sample string 2", "fromState": "sample string 3", "comment": "sample string 4", "closeType": "sample string 5" }
application/xml, text/xml
Sample:
<UpdateAssignment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.QCH"> <assignmentId>sample string 1</assignmentId> <closeType>sample string 5</closeType> <comment>sample string 4</comment> <fromState>sample string 3</fromState> <toState>sample string 2</toState> </UpdateAssignment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.