POST api/lead/UpdateAppointment
Request Information
URI Parameters
None.
Body Parameters
UpdateAppointmentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AppID | integer |
None. |
|
| LeadStatus | integer |
None. |
|
| AppointmentDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"appID": 1,
"leadStatus": 2,
"appointmentDate": "2025-11-03T03:44:33.0833932-05:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.