GET api/CRM/GetAppointmentDateTime?CustomerID={CustomerID}
Get Appointment DateTime
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
dateResponse Formats
application/json, text/json
Sample:
"2025-11-05T10:08:37.7298025-05:00"
application/xml, text/xml
Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2025-11-05T10:08:37.7298025-05:00</dateTime>