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