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": "3f624df0-1c57-478f-a8ed-f6b22c7bc71f",
"GiftPackUUID": "7cf010e7-f379-4dce-998d-05a9e3cb0853",
"ResourceID": 1,
"OldD": 1,
"CountryID": 1,
"LanguageID": 1,
"UserActive": true,
"UserUUIDCur": "3b9235b4-a275-49d1-bc15-1a0ec32d4518"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]