POST api/lead/AddAppointmentToAgent

Request Information

URI Parameters

None.

Body Parameters

AddAppointmentRequest
NameDescriptionTypeAdditional information
Phone

string

None.

FirstName

string

None.

LastName

string

None.

LeadSourceId

integer

None.

LeadTypeId

integer

None.

AppointmentDate

date

None.

Email

string

None.

Note

string

None.

UserId

integer

None.

PolicyTypeId

integer

None.

url

string

None.

Request Formats

application/json, text/json

Sample:
{
  "phone": "sample string 1",
  "firstName": "sample string 2",
  "lastName": "sample string 3",
  "leadSourceId": 4,
  "leadTypeId": 5,
  "appointmentDate": "2025-04-28T07:42:09.9039172-04:00",
  "email": "sample string 7",
  "note": "sample string 8",
  "userId": 9,
  "policyTypeId": 10,
  "url": "sample string 11"
}

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.