POST eAppointment/Search
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.eAppointment.SearchAppointment| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactId | string |
None. |
|
| AppointmentDate | string |
None. |
|
| DateFrom | string |
None. |
|
| DateTo | string |
None. |
|
| AppointmentTime | string |
None. |
|
| Status | string |
None. |
|
| SearchText | string |
None. |
|
| SortBy | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| AppointmentReferenceNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContactId": "sample string 1",
"AppointmentDate": "sample string 2",
"DateFrom": "sample string 3",
"DateTo": "sample string 4",
"AppointmentTime": "sample string 5",
"Status": "sample string 6",
"SearchText": "sample string 7",
"SortBy": "sample string 8",
"PageIndex": 9,
"PageSize": 10,
"AppointmentReferenceNo": "sample string 11"
}
application/xml, text/xml
Sample:
<SearchAppointment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ContactId>sample string 1</ContactId> <AppointmentDate>sample string 2</AppointmentDate> <DateFrom>sample string 3</DateFrom> <DateTo>sample string 4</DateTo> <AppointmentTime>sample string 5</AppointmentTime> <Status>sample string 6</Status> <SearchText>sample string 7</SearchText> <SortBy>sample string 8</SortBy> <PageIndex>9</PageIndex> <PageSize>10</PageSize> <AppointmentReferenceNo>sample string 11</AppointmentReferenceNo> </SearchAppointment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.