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": "5e2a9d60-5e38-488f-bd08-c5f97da963b2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]