Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Latest commit

 

History

History
56 lines (45 loc) · 1.36 KB

File metadata and controls

56 lines (45 loc) · 1.36 KB

Contact

Properties

Name Type Description Notes
district String [optional]
email String [optional]
id String [optional]
name String [optional]
phone String [optional]
phoneType PhoneTypeEnum [optional]
relationship RelationshipEnum [optional]
sisId String [optional]
students List<String> [optional]
type TypeEnum [optional]

Enum: PhoneTypeEnum

Name Value
CELL "Cell"
HOME "Home"
WORK "Work"
OTHER "Other"
EMPTY ""

Enum: RelationshipEnum

Name Value
PARENT "Parent"
GRANDPARENT "Grandparent"
SELF "Self"
AUNT_UNCLE "Aunt/Uncle"
SIBLING "Sibling"
OTHER "Other"
EMPTY ""

Enum: TypeEnum

Name Value
PARENT_GUARDIAN "Parent/Guardian"
EMERGENCY "Emergency"
PRIMARY "Primary"
SECONDARY "Secondary"
FAMILY "Family"
OTHER "Other"
EMPTY ""