PUT ./ani/scolari

It is used to update a school year.

PUT parameters

NameValue TypeValidationDetails
ascIDintRequiredSchool year ID.
startDatestringRequired; rfc_dateSets the begininngs of the school year.
endDatedateRequired; rfc_dateSets the end of the school year.

Validation

Error FieldError CodeError Message
startDate102The date is invalid
endDate102The date is invalid
endDate103The end date must be higher than start date.
endDate104The selected interval is overlaped with an existent school year.
endDate105The selected interval does not include actual periods & vacations.

Output example

{
"result": true
}