POST api/lead/UpdateAppointment

Request Information

URI Parameters

None.

Body Parameters

UpdateAppointmentRequest
NameDescriptionTypeAdditional information
AppID

integer

None.

LeadStatus

integer

None.

AppointmentDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "appID": 1,
  "leadStatus": 2,
  "appointmentDate": "2025-04-28T07:47:04.0252381-04:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.