POST api/Appointment
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Request | No documentation available. |
None. |
| Appointment | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"RecID": 1,
"Firstname": "sample string 2",
"Lastname": "sample string 3",
"Email": "sample string 4",
"AppointmentDate": "2026-06-08T23:01:32.3385139-04:00",
"SalesRepName": "sample string 6",
"Comments": "sample string 7",
"AppointmentType": "sample string 8",
"CallCenterUser": "sample string 9",
"SourceID": 10,
"SMS": true
}
application/xml, text/xml
Sample:
<Appointment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CAN20520.Models"> <AppointmentDate>2026-06-08T23:01:32.3385139-04:00</AppointmentDate> <AppointmentType>sample string 8</AppointmentType> <CallCenterUser>sample string 9</CallCenterUser> <Comments>sample string 7</Comments> <Email>sample string 4</Email> <Firstname>sample string 2</Firstname> <Lastname>sample string 3</Lastname> <RecID>1</RecID> <SMS>true</SMS> <SalesRepName>sample string 6</SalesRepName> <SourceID>10</SourceID> </Appointment>
application/x-www-form-urlencoded
Sample:
Sample not available.