POST api/AdminConfirRejectContent/GetRejected

AdmGetRejected

Request Information

URI Parameters

None.

Body Parameters

GetRejected
NameDescriptionTypeAdditional information
LanguageID

integer

None.

CountryID

integer

None.

Rejected

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "LanguageID": 1,
  "CountryID": 1,
  "Rejected": true,
  "UserUUIDCur": "52f5aae4-a6ca-4b73-8b73-e7f51d6221ef"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]