Returns body, hair, and skin information for the specified client(s).
GetClientOtherInfo(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. |
|
iHairColor |
Integer |
4 |
Hair Color Id. |
|
cHairColor |
String |
34 |
Hair color description. |
|
nPercGray |
Decimal |
6,2 |
Percentage of gray hair. |
|
nPercBald |
Decimal |
6,2 |
Percentage of baldness. |
|
iTexture |
Integer |
4 |
Hair Texture Id. |
|
cHairTexture |
String |
34 |
Hair texture description. |
|
iHairForm |
Integer |
4 |
Hair Form Id. |
|
cHairForm |
String |
34 |
Hair form description. |
|
iHairLen |
Integer |
4 |
Hair Length Id. |
|
cHairLength |
String |
34 |
Hair length description. |
|
iSkinTone |
Integer |
4 |
Skin Tone Id. |
|
cSkinTone |
String |
34 |
Skin tone description. |
|
iSkinColor |
Integer |
4 |
Skin Color Id. |
|
cSkinColor |
String |
34 |
Skin color description. |
|
iSkinType |
Integer |
4 |
Skin Type Id. |
|
cSkinType |
String |
34 |
Skin type description. |
|
iEyeColorId |
Integer |
4 |
Eye Color Id. |
|
cEyeColor |
String |
34 |
Eye color description. |
|
nSensitive |
Decimal |
1 |
Skin sensitivity indicator. |
|
lAllergies |
Boolean |
1 |
Indicates whether the client has allergies. |
|
mSkinCondition |
String |
|
Skin condition notes. |
|
mBodyInfo |
String |
|
Body notes. |
|
mMedicalInfo |
String |
|
Medical notes. |