StudentPlacement
Archive a student placement
Archive a student placement.
Recommended usage: We recommend only archiving student placements that have a passed end date. When building syncs from external systems and a studentPlacement is removed, we recommend the following workflow:
- Set the endDate to the date when the studentPlacement was removed from the external system
- Wait approximately 5 days before archiving the student placement
This grace period allows time to correct any mistakes made by administrators in the external system before the placement is permanently archived.
patch/student-placement/{id}/archive
Path parameters
idstring uuid required
Example:123e4567-e89b-12d3-a456-426614174000
The ID of the student placement to archive
Response
Response for StudentPlacement Archive operation
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"meta": {
"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": {
"sourceID": "12345678",
"source": "ExternalIntegrationAPI"
},
"studentID": "123e4567-e89b-12d3-a456-426614174000",
"schoolID": "123e4567-e89b-12d3-a456-426614174000",
"hasChildcare": true,
"childcareMaxHours": 15,
"motherTongue": "SWE",
"modernLanguageInSchoolChoice": "deu",
"modernLanguageInLanguageChoice": "fra",
"startDate": "2024-08-01",
"endDate": "2025-08-01",
"archiveYear": "2024_2025",
"archivedAt": "2024-08-01T00:00:00Z"
}