POST api/CancelAppointment

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Request
No documentation available.

None.

CancelAppointment
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RecID": 1,
  "SalesRepName": "sample string 2",
  "CallCenterUser": "sample string 3"
}

application/xml, text/xml

Sample:
<CancelAppointment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CAN20520.Models">
  <CallCenterUser>sample string 3</CallCenterUser>
  <RecID>1</RecID>
  <SalesRepName>sample string 2</SalesRepName>
</CancelAppointment>

application/x-www-form-urlencoded

Sample:

Sample not available.