POST api/ReportProblem
Request Information
URI Parameters
None.
Body Parameters
ErrorMessageReport| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessKey | string |
Required |
|
| MessageFromStars | string |
None. |
|
| School | string |
None. |
|
| User | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccessKey": "sample string 1",
"MessageFromStars": "sample string 2",
"School": "sample string 3",
"User": "sample string 4"
}
application/xml, text/xml
Sample:
<ErrorMessageReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Update.Controllers"> <AccessKey>sample string 1</AccessKey> <MessageFromStars>sample string 2</MessageFromStars> <School>sample string 3</School> <User>sample string 4</User> </ErrorMessageReport>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>