Update a Guardian
The unique identifier of the Guardian to update
Request body
The identity number of the guardian, must be unique within the organization.
The first name of the guardian
The last name of the guardian
ExternalRequest is the External-object used on Update and Create operations, since it should only be allowed to set SourceID for the guardian, the Source-field is not included.
{ "sourceID": "12345678" }If the identity number is temporary for the guardian
The address of the guardian
{
"postalAddress": "Dalvägen 14",
"postalCode": "169 56",
"postalCity": "Solna",
"countryCode": "SWE",
"municipalityCode": "0184"
}The email address of the guardian, will be used for communication with the guardian from the system and must be unique within the organization. Can be used to login to the system if password-authentication is enabled for the organization.
The secondary email address of the guardian, will not be used within the system, but will be displayed for contact information.
The primary phone number of the guardian, will be used for communication with the guardian from the system.
The secondary phone number of the guardian, will not be used within the system, but will be displayed for contact information.
The IDs of the students the guardian is responsible for.
Response for Guardian Update operation - returns the updated Guardian
Guardian holds the information about a guardian of a student.
Unique identifier for the Guardian
The identity number of the guardian, must be unique within the organization.
The first name of the guardian
The last name of the guardian
Metadata information for the Guardian
{
"createdAt": "2024-01-15T10:30:00Z",
"createdBy": "987fcdeb-51a2-43d1-b567-123456789abc",
"updatedAt": "2024-01-15T14:45:00Z",
"updatedBy": "987fcdeb-51a2-43d1-b567-123456789abc"
}External is a reusable object that can be used to store external information about the guardian from another system, used for third-party integration tracking.
{
"sourceID": "12345678",
"source": "ExternalIntegrationAPI"
}If the identity number is temporary for the guardian
The address of the guardian
{
"postalAddress": "Dalvägen 14",
"postalCode": "169 56",
"postalCity": "Solna",
"countryCode": "SWE",
"municipalityCode": "0184"
}The email address of the guardian, will be used for communication with the guardian from the system and must be unique within the organization. Can be used to login to the system if password-authentication is enabled for the organization.
The secondary email address of the guardian, will not be used within the system, but will be displayed for contact information.
The primary phone number of the guardian, will be used for communication with the guardian from the system.
The secondary phone number of the guardian, will not be used within the system, but will be displayed for contact information.
The IDs of the students the guardian is responsible for.