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": "5b8f8726-5e0d-4a26-9037-2ce072f27b54"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]