Returns the defined appointment times for the specified employee(s).
GetEmployeeApptTimes(XmlIds AS String)
XML String
XmlIds = XML String containing the Employee Ids of the records to return. You must format this string using the XML IdList Structure Definition.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
iEmpId |
Integer |
4 |
Employee Id. Foreign key to Employee iId. |
|
iServId |
Integer |
4 |
Service Id. Foreign key to Service iId. |
|
lUseIntel |
Boolean |
1 |
Indicates whether the employee service combination uses Intelli-Booking to determine the service times. |
|
nStartLen |
Decimal |
5,3 |
Service start length. |
|
nGapLen |
Decimal |
5,3 |
Service gap length. |
|
nFinishLen |
Decimal |
5,3 |
Service finish length. |
|
lBookOnline |
Boolean |
1 |
Indicates whether the employee service combination can be booked online. |
|
iGId |
Integer |
4 |
Global Id for client employee specific service record. |