POST api/AdminVipLevel/GetResourceTransactionStats
AdmGetResourceTransactionStats
Request Information
URI Parameters
None.
Body Parameters
GetResourceTransactionStats| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| OldD | integer |
None. |
|
| ResourceID | integer |
None. |
|
| UserActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryID": 1,
"LanguageID": 1,
"OldD": 1,
"ResourceID": 1,
"UserActive": true,
"UserUUIDCur": "92dc06de-6890-4778-9e2a-3a294c74b1ba"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]