POST api/AdminConfirRejectContent/GetRejected
AdmGetRejected
Request Information
URI Parameters
None.
Body Parameters
GetRejected| Name | Description | Type | Additional 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": "52cffb59-4f3b-4afa-a60b-842f7f6d442c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]