Update a School
Update a School
Documentation Index
Fetch the complete documentation index at: https://docs.meitner.se/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique identifier of the School to update
"123e4567-e89b-12d3-a456-426614174000"
Body
Request body
The title of the school
"Meitner Grundskola"
External is the External-object used on Update and Create operations, since it should only be allowed to set SourceID for the school, the Source-field is not included.
{ "sourceID": "12345678" }The ID of the Unit the school belongs to. Null if the school is not assigned to a Unit.
"123e4567-e89b-12d3-a456-426614174000"
null
The School Unit Code provided by SCB, is used in reports and printed on grade documents
"12345678"
null
The School Code provided by CSN, required for reports to CSN
"12345"
null
Municipality code of the school, is used in reports and printed on grade documents
"0184"
null
Response
Response for School Update operation - returns the updated School
The School resource represents a school where daily operations occur. A school must exist before you can create StudentPlacements, EmployeePlacements, or Groups.
This resource can be created, updated, listed, retrieved, and searched using the standard resource structure.
Unique identifier for the School
"123e4567-e89b-12d3-a456-426614174000"
The title of the school
"Meitner Grundskola"
Type of schooling provided at the school
GR, GY, FS "GR"
Metadata information for the School
{
"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 school from another system, used for third-party integration tracking.
{
"sourceID": "12345678",
"source": "ExternalIntegrationAPI"
}The ID of the Unit the school belongs to. Null if the school is not assigned to a Unit.
"123e4567-e89b-12d3-a456-426614174000"
null
The School Unit Code provided by SCB, is used in reports and printed on grade documents
"12345678"
null
The School Code provided by CSN, required for reports to CSN
"12345"
null
Municipality code of the school, is used in reports and printed on grade documents
"0184"
null