Returns the Online Booking login credentials and preferences for the specified client(s).
GetClientDotNetInfo(XmlIds AS String)
XML String
XmlIds = XML String containing the Client 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 |
|
iClientId |
Integer |
4 |
Client Id. Foreign key to Clients iId. |
|
cEmail |
String |
40 |
Client email address. |
|
cPassword |
String |
10 |
Decrypted Online Booking client password. |
|
lViewAppts |
Boolean |
1 |
Indicates whether the client has the ability to view their appointments in Online Booking. |
|
lBookAppts |
Boolean |
1 |
Indicates whether the client has the ability to schedule appointments in Online Booking. |