POST api/Scheduler/FindAppointment
Request Information
URI Parameters
None.
Body Parameters
FindAppointment| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | string |
None. |
|
| LocationIds | string |
None. |
|
| StaffIds | string |
None. |
|
| StaffTypeIds | string |
None. |
|
| GenderId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| UserId | integer |
None. |
|
| ServiceIds | integer |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| StartTime | string |
None. |
|
| EndTime | string |
None. |
|
| TimeBlock | integer |
None. |
|
| IncludeOnlyBlockAppointments | boolean |
None. |
|
| BlockAppointment_subType | string |
None. |
|
| TimezoneLocal | string |
None. |
|
| TimezoneClient | string |
None. |
|
| LicenseCertificationCodesID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": "sample string 1",
"LocationIds": "sample string 2",
"StaffIds": "sample string 3",
"StaffTypeIds": "sample string 4",
"GenderId": 5,
"CompanyId": 6,
"UserId": 7,
"ServiceIds": 8,
"StartDate": "sample string 9",
"EndDate": "sample string 10",
"StartTime": "sample string 11",
"EndTime": "sample string 12",
"TimeBlock": 13,
"IncludeOnlyBlockAppointments": true,
"BlockAppointment_subType": "sample string 15",
"TimezoneLocal": "sample string 16",
"TimezoneClient": "sample string 17",
"LicenseCertificationCodesID": 18
}
application/xml, text/xml
Sample:
<FindAppointment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CSI.Cx360.WebAPI.Models.Scheduler"> <BlockAppointment_subType>sample string 15</BlockAppointment_subType> <ClientId>sample string 1</ClientId> <CompanyId>6</CompanyId> <EndDate>sample string 10</EndDate> <EndTime>sample string 12</EndTime> <GenderId>5</GenderId> <IncludeOnlyBlockAppointments>true</IncludeOnlyBlockAppointments> <LicenseCertificationCodesID>18</LicenseCertificationCodesID> <LocationIds>sample string 2</LocationIds> <ServiceIds>8</ServiceIds> <StaffIds>sample string 3</StaffIds> <StaffTypeIds>sample string 4</StaffTypeIds> <StartDate>sample string 9</StartDate> <StartTime>sample string 11</StartTime> <TimeBlock>13</TimeBlock> <TimezoneClient>sample string 17</TimezoneClient> <TimezoneLocal>sample string 16</TimezoneLocal> <UserId>7</UserId> </FindAppointment>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />