POST CallCenterApi/TaskUpdate
Request Information
URI Parameters
None.
Body Parameters
CallCenterTaskAddVM| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PhoneNumber | string |
None. |
|
| NameSurname | string |
None. |
|
| CallCenterTaskSourceID | integer |
None. |
|
| CallCenterTaskResultID | integer |
None. |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"PhoneNumber": "sample string 2",
"NameSurname": "sample string 3",
"CallCenterTaskSourceID": 1,
"CallCenterTaskResultID": 1,
"CreatedBy": "sample string 4"
}
application/xml, text/xml
Sample:
<CallCenterTaskAddVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RegexPoint.Models.CallCenterTask"> <CallCenterTaskResultID>1</CallCenterTaskResultID> <CallCenterTaskSourceID>1</CallCenterTaskSourceID> <CreatedBy>sample string 4</CreatedBy> <ID>1</ID> <NameSurname>sample string 3</NameSurname> <PhoneNumber>sample string 2</PhoneNumber> </CallCenterTaskAddVM>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.