GET api/Subscription/ValidateRoom/{Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

string

Required

Body Parameters

None.

Response Information

Resource Description

ProcessorResultModel
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

Object

None.

TotalCount

integer

None.

Powers

Dictionary of string [key] and integer [value]

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": {},
  "TotalCount": 5,
  "Powers": {
    "sample string 1": 2,
    "sample string 3": 4
  }
}