PUT api/v1/students/student
Request Information
URI Parameters
None.
Body Parameters
GetStudentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Student | StudentModel |
None. |
|
| Parents | Collection of ParentModel |
None. |
|
| Phones | Collection of PhoneModel |
None. |
|
| YearRegistration | RegisterStudentToProgramModel |
None. |
|
| SchoolName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Student": {
"Id": 1,
"OperatorId": 2,
"FirstYearId": 3,
"FirstName": "sample string 4",
"LastName": "sample string 5",
"SocialSecurityNumber": "sample string 6",
"DateOfBirth": "2026-08-22T12:36:17.2286791+03:00",
"IsMale": true,
"Address": "sample string 8",
"Email": "sample string 9",
"SchoolId": 1,
"SchoolGradeId": 1,
"PhotoURL": "sample string 10",
"IsActive": true,
"ExternalId": "7686dddc-de46-40a8-9d63-16c3338fad73",
"RegistrationDate": "2026-08-22T12:36:17.2286791+03:00"
},
"Parents": [
{
"Id": 1,
"OperatorId": 2,
"Name": "sample string 3",
"SocialSecurityNumber": "sample string 4",
"Address": "sample string 5",
"Phone": "sample string 6",
"MobilePhone": "sample string 7",
"Email": "sample string 8",
"RelatedParentId": 1,
"IsDeleted": true
},
{
"Id": 1,
"OperatorId": 2,
"Name": "sample string 3",
"SocialSecurityNumber": "sample string 4",
"Address": "sample string 5",
"Phone": "sample string 6",
"MobilePhone": "sample string 7",
"Email": "sample string 8",
"RelatedParentId": 1,
"IsDeleted": true
}
],
"Phones": [
{
"OwnerId": "5631514d-db85-4d66-b569-1d73469b37a2",
"Phone": "sample string 2",
"Id": 3,
"Type": 64
},
{
"OwnerId": "5631514d-db85-4d66-b569-1d73469b37a2",
"Phone": "sample string 2",
"Id": 3,
"Type": 64
}
],
"YearRegistration": {
"YearId": 1,
"StudentId": 2,
"ProgramId": 3,
"ProgramPriceListId": 4,
"InstrumentPriceListId": 1,
"Status": 64,
"RegistrationResponse": "sample string 6",
"Created": "2026-08-22T12:36:17.2286791+03:00",
"CreatedBy": "dc32b02f-c713-461b-9dd1-bbfca31143ca",
"IsActive": true,
"FinancialDocumentReference": "3090c2a0-33db-43ef-b752-9cf7775be7a9",
"Instruments": [
{
"InstrumentTypeId": 1,
"StudentId": 2,
"YearId": 3,
"ProgramId": 4,
"RankId": 5,
"RequiredRankId": 1,
"Created": "2026-08-22T12:36:17.2286791+03:00",
"Seniority": 7,
"YearDegree": 1
},
{
"InstrumentTypeId": 1,
"StudentId": 2,
"YearId": 3,
"ProgramId": 4,
"RankId": 5,
"RequiredRankId": 1,
"Created": "2026-08-22T12:36:17.2286791+03:00",
"Seniority": 7,
"YearDegree": 1
}
]
},
"SchoolName": "sample string 1"
}
application/xml, text/xml
Sample:
<GetStudentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Emalogic.Conservatory.Common.Models">
<Parents>
<ParentModel>
<Address>sample string 5</Address>
<Email>sample string 8</Email>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<MobilePhone>sample string 7</MobilePhone>
<Name>sample string 3</Name>
<OperatorId>2</OperatorId>
<Phone>sample string 6</Phone>
<RelatedParentId>1</RelatedParentId>
<SocialSecurityNumber>sample string 4</SocialSecurityNumber>
</ParentModel>
<ParentModel>
<Address>sample string 5</Address>
<Email>sample string 8</Email>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<MobilePhone>sample string 7</MobilePhone>
<Name>sample string 3</Name>
<OperatorId>2</OperatorId>
<Phone>sample string 6</Phone>
<RelatedParentId>1</RelatedParentId>
<SocialSecurityNumber>sample string 4</SocialSecurityNumber>
</ParentModel>
</Parents>
<Phones>
<PhoneModel>
<Id>3</Id>
<OwnerId>5631514d-db85-4d66-b569-1d73469b37a2</OwnerId>
<Phone>sample string 2</Phone>
<Type>64</Type>
</PhoneModel>
<PhoneModel>
<Id>3</Id>
<OwnerId>5631514d-db85-4d66-b569-1d73469b37a2</OwnerId>
<Phone>sample string 2</Phone>
<Type>64</Type>
</PhoneModel>
</Phones>
<SchoolName>sample string 1</SchoolName>
<Student>
<Address>sample string 8</Address>
<DateOfBirth>2026-08-22T12:36:17.2286791+03:00</DateOfBirth>
<Email>sample string 9</Email>
<ExternalId>7686dddc-de46-40a8-9d63-16c3338fad73</ExternalId>
<FirstName>sample string 4</FirstName>
<FirstYearId>3</FirstYearId>
<Id>1</Id>
<IsActive>true</IsActive>
<IsMale>true</IsMale>
<LastName>sample string 5</LastName>
<OperatorId>2</OperatorId>
<PhotoURL>sample string 10</PhotoURL>
<RegistrationDate>2026-08-22T12:36:17.2286791+03:00</RegistrationDate>
<SchoolGradeId>1</SchoolGradeId>
<SchoolId>1</SchoolId>
<SocialSecurityNumber>sample string 6</SocialSecurityNumber>
</Student>
<YearRegistration>
<Created>2026-08-22T12:36:17.2286791+03:00</Created>
<CreatedBy>dc32b02f-c713-461b-9dd1-bbfca31143ca</CreatedBy>
<FinancialDocumentReference>3090c2a0-33db-43ef-b752-9cf7775be7a9</FinancialDocumentReference>
<InstrumentPriceListId>1</InstrumentPriceListId>
<Instruments>
<StudentYearRegistrationInstrumentTypeMappingModel>
<Created>2026-08-22T12:36:17.2286791+03:00</Created>
<InstrumentTypeId>1</InstrumentTypeId>
<ProgramId>4</ProgramId>
<RankId>5</RankId>
<RequiredRankId>1</RequiredRankId>
<Seniority>7</Seniority>
<StudentId>2</StudentId>
<YearDegree>1</YearDegree>
<YearId>3</YearId>
</StudentYearRegistrationInstrumentTypeMappingModel>
<StudentYearRegistrationInstrumentTypeMappingModel>
<Created>2026-08-22T12:36:17.2286791+03:00</Created>
<InstrumentTypeId>1</InstrumentTypeId>
<ProgramId>4</ProgramId>
<RankId>5</RankId>
<RequiredRankId>1</RequiredRankId>
<Seniority>7</Seniority>
<StudentId>2</StudentId>
<YearDegree>1</YearDegree>
<YearId>3</YearId>
</StudentYearRegistrationInstrumentTypeMappingModel>
</Instruments>
<IsActive>true</IsActive>
<ProgramId>3</ProgramId>
<ProgramPriceListId>4</ProgramPriceListId>
<RegistrationResponse>sample string 6</RegistrationResponse>
<Status>64</Status>
<StudentId>2</StudentId>
<YearId>1</YearId>
</YearRegistration>
</GetStudentModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GetStudentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Student | StudentModel |
None. |
|
| Parents | Collection of ParentModel |
None. |
|
| Phones | Collection of PhoneModel |
None. |
|
| YearRegistration | RegisterStudentToProgramModel |
None. |
|
| SchoolName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Student": {
"Id": 1,
"OperatorId": 2,
"FirstYearId": 3,
"FirstName": "sample string 4",
"LastName": "sample string 5",
"SocialSecurityNumber": "sample string 6",
"DateOfBirth": "2026-08-22T12:36:17.2286791+03:00",
"IsMale": true,
"Address": "sample string 8",
"Email": "sample string 9",
"SchoolId": 1,
"SchoolGradeId": 1,
"PhotoURL": "sample string 10",
"IsActive": true,
"ExternalId": "acabb400-1f48-45f4-be52-fa92cdf3a202",
"RegistrationDate": "2026-08-22T12:36:17.2286791+03:00"
},
"Parents": [
{
"Id": 1,
"OperatorId": 2,
"Name": "sample string 3",
"SocialSecurityNumber": "sample string 4",
"Address": "sample string 5",
"Phone": "sample string 6",
"MobilePhone": "sample string 7",
"Email": "sample string 8",
"RelatedParentId": 1,
"IsDeleted": true
},
{
"Id": 1,
"OperatorId": 2,
"Name": "sample string 3",
"SocialSecurityNumber": "sample string 4",
"Address": "sample string 5",
"Phone": "sample string 6",
"MobilePhone": "sample string 7",
"Email": "sample string 8",
"RelatedParentId": 1,
"IsDeleted": true
}
],
"Phones": [
{
"OwnerId": "ef1af2b6-2f6b-468b-b3d7-663f0d3c72a0",
"Phone": "sample string 2",
"Id": 3,
"Type": 64
},
{
"OwnerId": "ef1af2b6-2f6b-468b-b3d7-663f0d3c72a0",
"Phone": "sample string 2",
"Id": 3,
"Type": 64
}
],
"YearRegistration": {
"YearId": 1,
"StudentId": 2,
"ProgramId": 3,
"ProgramPriceListId": 4,
"InstrumentPriceListId": 1,
"Status": 64,
"RegistrationResponse": "sample string 6",
"Created": "2026-08-22T12:36:17.2286791+03:00",
"CreatedBy": "1271c5e9-4a99-483f-b5f0-701372cecc29",
"IsActive": true,
"FinancialDocumentReference": "d066acea-7564-4c34-a65c-6f9c2703f708",
"Instruments": [
{
"InstrumentTypeId": 1,
"StudentId": 2,
"YearId": 3,
"ProgramId": 4,
"RankId": 5,
"RequiredRankId": 1,
"Created": "2026-08-22T12:36:17.2286791+03:00",
"Seniority": 7,
"YearDegree": 1
},
{
"InstrumentTypeId": 1,
"StudentId": 2,
"YearId": 3,
"ProgramId": 4,
"RankId": 5,
"RequiredRankId": 1,
"Created": "2026-08-22T12:36:17.2286791+03:00",
"Seniority": 7,
"YearDegree": 1
}
]
},
"SchoolName": "sample string 1"
}
application/xml, text/xml
Sample:
<GetStudentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Emalogic.Conservatory.Common.Models">
<Parents>
<ParentModel>
<Address>sample string 5</Address>
<Email>sample string 8</Email>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<MobilePhone>sample string 7</MobilePhone>
<Name>sample string 3</Name>
<OperatorId>2</OperatorId>
<Phone>sample string 6</Phone>
<RelatedParentId>1</RelatedParentId>
<SocialSecurityNumber>sample string 4</SocialSecurityNumber>
</ParentModel>
<ParentModel>
<Address>sample string 5</Address>
<Email>sample string 8</Email>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<MobilePhone>sample string 7</MobilePhone>
<Name>sample string 3</Name>
<OperatorId>2</OperatorId>
<Phone>sample string 6</Phone>
<RelatedParentId>1</RelatedParentId>
<SocialSecurityNumber>sample string 4</SocialSecurityNumber>
</ParentModel>
</Parents>
<Phones>
<PhoneModel>
<Id>3</Id>
<OwnerId>ef1af2b6-2f6b-468b-b3d7-663f0d3c72a0</OwnerId>
<Phone>sample string 2</Phone>
<Type>64</Type>
</PhoneModel>
<PhoneModel>
<Id>3</Id>
<OwnerId>ef1af2b6-2f6b-468b-b3d7-663f0d3c72a0</OwnerId>
<Phone>sample string 2</Phone>
<Type>64</Type>
</PhoneModel>
</Phones>
<SchoolName>sample string 1</SchoolName>
<Student>
<Address>sample string 8</Address>
<DateOfBirth>2026-08-22T12:36:17.2286791+03:00</DateOfBirth>
<Email>sample string 9</Email>
<ExternalId>acabb400-1f48-45f4-be52-fa92cdf3a202</ExternalId>
<FirstName>sample string 4</FirstName>
<FirstYearId>3</FirstYearId>
<Id>1</Id>
<IsActive>true</IsActive>
<IsMale>true</IsMale>
<LastName>sample string 5</LastName>
<OperatorId>2</OperatorId>
<PhotoURL>sample string 10</PhotoURL>
<RegistrationDate>2026-08-22T12:36:17.2286791+03:00</RegistrationDate>
<SchoolGradeId>1</SchoolGradeId>
<SchoolId>1</SchoolId>
<SocialSecurityNumber>sample string 6</SocialSecurityNumber>
</Student>
<YearRegistration>
<Created>2026-08-22T12:36:17.2286791+03:00</Created>
<CreatedBy>1271c5e9-4a99-483f-b5f0-701372cecc29</CreatedBy>
<FinancialDocumentReference>d066acea-7564-4c34-a65c-6f9c2703f708</FinancialDocumentReference>
<InstrumentPriceListId>1</InstrumentPriceListId>
<Instruments>
<StudentYearRegistrationInstrumentTypeMappingModel>
<Created>2026-08-22T12:36:17.2286791+03:00</Created>
<InstrumentTypeId>1</InstrumentTypeId>
<ProgramId>4</ProgramId>
<RankId>5</RankId>
<RequiredRankId>1</RequiredRankId>
<Seniority>7</Seniority>
<StudentId>2</StudentId>
<YearDegree>1</YearDegree>
<YearId>3</YearId>
</StudentYearRegistrationInstrumentTypeMappingModel>
<StudentYearRegistrationInstrumentTypeMappingModel>
<Created>2026-08-22T12:36:17.2286791+03:00</Created>
<InstrumentTypeId>1</InstrumentTypeId>
<ProgramId>4</ProgramId>
<RankId>5</RankId>
<RequiredRankId>1</RequiredRankId>
<Seniority>7</Seniority>
<StudentId>2</StudentId>
<YearDegree>1</YearDegree>
<YearId>3</YearId>
</StudentYearRegistrationInstrumentTypeMappingModel>
</Instruments>
<IsActive>true</IsActive>
<ProgramId>3</ProgramId>
<ProgramPriceListId>4</ProgramPriceListId>
<RegistrationResponse>sample string 6</RegistrationResponse>
<Status>64</Status>
<StudentId>2</StudentId>
<YearId>1</YearId>
</YearRegistration>
</GetStudentModel>