This interchange defines parents and captures the familial relationship between the student and the parent as well as indicators for the parent for residence, primary parental contact, and emergency contact.
The StudentParentAssociation relates students to their parents, guardians or caretakers.
Scenarios
- Create a student parent association between student, Austin Jones, and first parent.
- Create a student parent association between student, Madison Johnson, and second parent.
- Update the "primary contact status" indicator for the Austin Jones association.
- Update "emergency contact status" indicator for the Madison Johnson association.
Resource | PropertyName | IsCollection | DATA_TYPE | REQUIRED/ OPTIONAL | Scenario 1 POST | Scenario 2 POST | Scenario 3 PUT | Scenario 4 PUT |
---|---|---|---|---|---|---|---|---|
StudentParentAssociations | parentReference | FALSE | parentReference | REQUIRED | ||||
parentReference | parentUniqueId | FALSE | string | REQUIRED | ["333333" if possible | system value] | ["444444" if possible | system value] | ["333333" if possible | system value] | ["444444" if possible | system value] |
StudentParentAssociations | studentReference | FALSE | studentReference | REQUIRED | ||||
studentReference | studentUniqueId | FALSE | string | REQUIRED | 111111 | 222222 | 111111 | 222222 |
StudentParentAssociations | contactPriority | FALSE | integer | OPTIONAL | ||||
StudentParentAssociations | contactRestrictions | FALSE | string | OPTIONAL | ||||
StudentParentAssociations | emergencyContactStatus | FALSE | boolean | REQUIRED | TRUE | TRUE | TRUE | FALSE |
StudentParentAssociations | livesWith | FALSE | boolean | OPTIONAL | ||||
StudentParentAssociations | primaryContactStatus | FALSE | boolean | REQUIRED | TRUE | TRUE | FALSE | TRUE |
StudentParentAssociations | relationDescriptor | FALSE | string | REQUIRED | Father | Mother | Father | Mother |