POST api/Student/UpdateUserProfile

آپدیت پروفایل قرآن آموز

Request Information

URI Parameters

None.

Body Parameters

پروفایل قرآن آموز

StudentProfile
NameDescriptionTypeAdditional information
FirstName

string

None.

LastName

string

None.

Gender

Gender

None.

NationalCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FirstName": "sample string 1",
  "LastName": "sample string 2",
  "Gender": 1,
  "NationalCode": "sample string 3"
}

application/xml, text/xml

Sample:
<StudentProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Arad.Aladiyat.Services.Models.ApiModels">
  <FirstName>sample string 1</FirstName>
  <Gender>Male</Gender>
  <LastName>sample string 2</LastName>
  <NationalCode>sample string 3</NationalCode>
</StudentProfile>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

نتیجه عملیات به صورت مدل OperationResult

OperationResultOfStudentProfile
NameDescriptionTypeAdditional information
Code

string

None.

Message

string

None.

Success

boolean

None.

Data

StudentProfile

None.

Response Formats

application/json, text/json

Sample:

Sample not available.