POST api/Students/GetStudentPhoto

Request Information

URI Parameters

None.

Body Parameters

PersonPhoto
NameDescriptionTypeAdditional information
id

integer

None.

personid

string

None.

photoUrl

string

None.

tag

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "personid": "sample string 2",
  "photoUrl": "sample string 3",
  "tag": "sample string 4"
}

application/xml, text/xml

Sample:
<PersonPhoto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/appliedline.gssman2016.models">
  <id>1</id>
  <personid>sample string 2</personid>
  <photoUrl>sample string 3</photoUrl>
  <tag>sample string 4</tag>
</PersonPhoto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.