Returns details about the services that the specified employee can perform.
GetEmployeeServices(XmlIds AS String)
XML String
EmployeeId = Id of the employee for whom to return service details.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iEmployeeId |
Integer |
4 |
Employee Id. Foreign key to Employee iId. |
|
iServiceId |
Integer |
4 |
Service Id. Foreign key to Services iId. |
|
nStartLen |
Decimal |
6,4 |
Service start length. |
|
nGapLen |
Decimal |
6,4 |
Service gap length. |
|
nFinishLen |
Decimal |
6,4 |
Service finish length. |
|
lBookOnline |
Boolean |
1 |
Indicates whether clients can book the service using Online Booking. |