POST ./nomenclature/nationalities

Used to add a nationality.

POST parameters

NameValue TypeValidationDetails
natNamestringrequiredNationality name. (for school default language)
natName_{langId}stringoptionalNationality {langId} name.
natDefaultintoptional; Values[0,1]Set as default nationality on add student.

Validation

Error FieldError CodeError Message
natName8The field can not exceed 80 characters in length.
natName18The field must contain a unique value
natName_{langId}8The field can not exceed 80 characters in length.
natName_{langId}18The field must contain a unique value

Output example

{
"result": true
}