POST api/v1/contactcenter/leads/appointment-schedules/get
Request Information
URI Parameters
None.
Body Parameters
GetAppointmentSchedulesRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
None. |
|
| leadId | integer |
None. |
|
| universalLeadId | string |
None. |
|
| fromDate | string |
None. |
|
| toDate | string |
None. |
|
| page | integer |
None. |
|
| size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"customerId": 1,
"leadId": 1,
"universalLeadId": "sample string 1",
"fromDate": "sample string 2",
"toDate": "sample string 3",
"page": 4,
"size": 5
}
text/Xml
Sample:
{"customerId":1,"leadId":1,"universalLeadId":"sample string 1","fromDate":"sample string 2","toDate":"sample string 3","page":4,"size":5}
application/xml
Sample:
<GetAppointmentSchedulesRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <customerId>1</customerId> <leadId>1</leadId> <universalLeadId>sample string 1</universalLeadId> <fromDate>sample string 2</fromDate> <toDate>sample string 3</toDate> <page>4</page> <size>5</size> </GetAppointmentSchedulesRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/Xml
Sample:
Sample not available.