GET rights/delete

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GenericResult
NameDescriptionTypeAdditional information
WasSuccessful

boolean

None.

Message

string

None.

RefId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "WasSuccessful": true,
  "Message": "sample string 2",
  "RefId": 3
}

text/html

Sample:
{"WasSuccessful":true,"Message":"sample string 2","RefId":3}

application/xml, text/xml

Sample:
<GenericResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Common">
  <Message>sample string 2</Message>
  <RefId>3</RefId>
  <WasSuccessful>true</WasSuccessful>
</GenericResult>