POST api/mobile_PostCommentsReply
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objmobile_PostCommentsReply | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"schoolid": 1,
"branchid": 2,
"yearid": 3,
"staffid": 4,
"comentid": 5,
"studentid": 6,
"strComment": "sample string 7",
"imagestatus": 8,
"imagename": "sample string 9"
}
text/html
Sample:
{"schoolid":1,"branchid":2,"yearid":3,"staffid":4,"comentid":5,"studentid":6,"strComment":"sample string 7","imagestatus":8,"imagename":"sample string 9"}
application/xml, text/xml
Sample:
<mobile_PostCommentsReply xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/preschoolwebservicewebapi.Models"> <branchid>2</branchid> <comentid>5</comentid> <imagename>sample string 9</imagename> <imagestatus>8</imagestatus> <schoolid>1</schoolid> <staffid>4</staffid> <strComment>sample string 7</strComment> <studentid>6</studentid> <yearid>3</yearid> </mobile_PostCommentsReply>
application/x-www-form-urlencoded
Sample: