POST api/lead/UpdateAppointment

Request Information

URI Parameters

None.

Body Parameters

UpdateAppointmentRequest
NameDescriptionTypeAdditional information
AppID

integer

None.

LeadStatus

integer

None.

AppointmentDate

date

None.

Description

string

None.

Request Formats

application/json, text/json

Sample:
{
  "appID": 1,
  "leadStatus": 2,
  "appointmentDate": "2026-01-01T19:02:37.3848836-05:00",
  "description": "sample string 4"
}

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.