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": "142a0d54-2d10-4562-9967-0be576763cc5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]