POST api/mobile_PostCommentsReplyforStaff
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objmobile_PostCommentsReplyforStaff | 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"
}
text/html
Sample:
{"schoolid":1,"branchid":2,"yearid":3,"staffid":4,"comentid":5,"studentid":6,"strComment":"sample string 7"}
application/xml, text/xml
Sample:
<mobile_PostCommentsReplyforStaff xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/preschoolwebservicewebapi.Models"> <branchid>2</branchid> <comentid>5</comentid> <schoolid>1</schoolid> <staffid>4</staffid> <strComment>sample string 7</strComment> <studentid>6</studentid> <yearid>3</yearid> </mobile_PostCommentsReplyforStaff>
application/x-www-form-urlencoded
Sample: