POST api/AdminServices/ThrowServerErrorforTesting

literally just throws an exception.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Success
NameDescriptionTypeAdditional information
Successful

boolean

None.

MsgSuccess

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Successful": true,
  "MsgSuccess": "sample string 2"
}

application/xml, text/xml

Sample:
<Success xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ManagementServices.Repositories.Response">
  <MsgSuccess>sample string 2</MsgSuccess>
  <Successful>true</Successful>
</Success>