POST api/SDCallMaster/CancelCall
Request Information
URI Parameters
None.
Body Parameters
ChangeOutcomeCodeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| SDCallMasterId | string |
None. |
|
| OutcomeCode | string |
None. |
|
| CallCancelReason | string |
None. |
|
| CallSequence | integer |
None. |
|
| OutcomeCodeType | string |
None. |
|
| SenderConnectionId | string |
None. |
|
| DispatchBoardDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountId": 1,
"CompanyId": "sample string 2",
"SDCallMasterId": "sample string 3",
"OutcomeCode": "sample string 4",
"CallCancelReason": "sample string 5",
"CallSequence": 6,
"OutcomeCodeType": "sample string 7",
"SenderConnectionId": "sample string 8",
"DispatchBoardDate": "sample string 9"
}
application/xml, text/xml
Sample:
<ChangeOutcomeCodeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD"> <AccountId>1</AccountId> <CallCancelReason>sample string 5</CallCancelReason> <CallSequence>6</CallSequence> <CompanyId>sample string 2</CompanyId> <DispatchBoardDate>sample string 9</DispatchBoardDate> <OutcomeCode>sample string 4</OutcomeCode> <OutcomeCodeType>sample string 7</OutcomeCodeType> <SDCallMasterId>sample string 3</SDCallMasterId> <SenderConnectionId>sample string 8</SenderConnectionId> </ChangeOutcomeCodeModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.