POST api/Scheduler/FindFirst
Request Information
URI Parameters
None.
Body Parameters
FindFirst| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientIds | string |
None. |
|
| LocationIds | string |
None. |
|
| StaffTypeIds | string |
None. |
|
| StaffIds | string |
None. |
|
| GenderId | integer |
None. |
|
| ServiceIds | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| TimeBlock | integer |
None. |
|
| LicenseCertificationCodesID | integer |
None. |
|
| IncludeOnlyBlockAppointments | boolean |
None. |
|
| BlockAppointment_subType | string |
None. |
|
| TimezoneLocal | string |
None. |
|
| TimezoneClient | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientIds": "sample string 1",
"LocationIds": "sample string 2",
"StaffTypeIds": "sample string 3",
"StaffIds": "sample string 4",
"GenderId": 5,
"ServiceIds": "sample string 6",
"StartDate": "sample string 7",
"EndDate": "sample string 8",
"TimeBlock": 9,
"LicenseCertificationCodesID": 10,
"IncludeOnlyBlockAppointments": true,
"BlockAppointment_subType": "sample string 12",
"TimezoneLocal": "sample string 13",
"TimezoneClient": "sample string 14"
}
application/xml, text/xml
Sample:
<FindFirst 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 12</BlockAppointment_subType> <ClientIds>sample string 1</ClientIds> <EndDate>sample string 8</EndDate> <GenderId>5</GenderId> <IncludeOnlyBlockAppointments>true</IncludeOnlyBlockAppointments> <LicenseCertificationCodesID>10</LicenseCertificationCodesID> <LocationIds>sample string 2</LocationIds> <ServiceIds>sample string 6</ServiceIds> <StaffIds>sample string 4</StaffIds> <StaffTypeIds>sample string 3</StaffTypeIds> <StartDate>sample string 7</StartDate> <TimeBlock>9</TimeBlock> <TimezoneClient>sample string 14</TimezoneClient> <TimezoneLocal>sample string 13</TimezoneLocal> </FindFirst>
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/" />