POST api/v1/contactcenter/leads/appointment-schedules/reset

Request Information

URI Parameters

None.

Body Parameters

ResetAppointmentScheduleRequest
NameDescriptionTypeAdditional information
leadId

integer

None.

universalLeadId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "leadId": 1,
  "universalLeadId": "sample string 1"
}

text/Xml

Sample:
{"leadId":1,"universalLeadId":"sample string 1"}

application/xml

Sample:
<ResetAppointmentScheduleRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <leadId>1</leadId>
  <universalLeadId>sample string 1</universalLeadId>
</ResetAppointmentScheduleRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/Xml

Sample:

Sample not available.