POST api/AdminGifts/GetGiftStats
AdmGetGiftStats
Request Information
URI Parameters
None.
Body Parameters
GetGiftStats| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| GiftPackUUID | globally unique identifier |
None. |
|
| ResourceID | integer |
None. |
|
| OldD | integer |
None. |
|
| CountryID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| UserActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "aa83b31c-5fff-420c-b35f-1ecee7014082",
"GiftPackUUID": "98ff5540-7469-4e3b-9f61-ed186b428bf8",
"ResourceID": 1,
"OldD": 1,
"CountryID": 1,
"LanguageID": 1,
"UserActive": true,
"UserUUIDCur": "f335981d-1a2a-4425-b16c-8e955bb3ece7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]