POST api/UpdateStudentTeacherProfilePic

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objUpdateStudentTeacherProfilePic
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "schoolid": 1,
  "branchid": 2,
  "yearid": 3,
  "student_teacherid": 4,
  "is_student": true,
  "imgStream": "sample string 6"
}

text/html

Sample:
{"schoolid":1,"branchid":2,"yearid":3,"student_teacherid":4,"is_student":true,"imgStream":"sample string 6"}

application/xml, text/xml

Sample:
<UpdateStudentTeacherProfilePic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/preschoolwebservicewebapi.Models">
  <branchid>2</branchid>
  <imgStream>sample string 6</imgStream>
  <is_student>true</is_student>
  <schoolid>1</schoolid>
  <student_teacherid>4</student_teacherid>
  <yearid>3</yearid>
</UpdateStudentTeacherProfilePic>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateStudentTeacherProfilePic'.