POST api/AdminVipLevel/GetResource

AdmGetResource

Request Information

URI Parameters

None.

Body Parameters

GetResource
NameDescriptionTypeAdditional information
ResourceID

integer

None.

ResourceActive

boolean

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ResourceID": 1,
  "ResourceActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "46d50a39-a3cb-4319-a851-6af248c2dfe6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]