POST api/mobile_SendFile

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objmobile_SendFile
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "parentname": "sample string 1",
  "schoolid": 2,
  "branchid": 3,
  "yearid": 4,
  "studentid": 5,
  "staffid": 6,
  "comment": "sample string 7",
  "imageUrl": "sample string 8"
}

text/html

Sample:
{"parentname":"sample string 1","schoolid":2,"branchid":3,"yearid":4,"studentid":5,"staffid":6,"comment":"sample string 7","imageUrl":"sample string 8"}

application/xml, text/xml

Sample:
<mobile_SendFile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/preschoolwebservicewebapi.Models">
  <branchid>3</branchid>
  <comment>sample string 7</comment>
  <imageUrl>sample string 8</imageUrl>
  <parentname>sample string 1</parentname>
  <schoolid>2</schoolid>
  <staffid>6</staffid>
  <studentid>5</studentid>
  <yearid>4</yearid>
</mobile_SendFile>

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 'mobile_SendFile'.