The term 'family' in LISS is called 'household' by some SIS's, for example 1 or 2 parents grouped by address.
Call:
liss.publishFamilies(auth : authenticationObject, data : array of structs)
Parameters:
auth : See section 3.3
Data:
An array of structs. Each struct is defined as follows:
Returns:
Nothing - an empty string. If anything other than an error is returned it should be ignored. For error reporting see section 3.7.
Call:
liss.getFamilies(auth : authenticationObject)
Parameters:
auth : See section 3.3
Returns:
An array of structs. Each struct is defined as above (liss.publishFamilies()).