POST api/AdminGifts/GetGiftStats
AdmGetGiftStats
Request Information
URI Parameters
None.
Body Parameters
GetGiftStatsName | 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": "fa230e0a-9c56-4fc3-9809-6aeab74f151a", "GiftPackUUID": "9a4bb05e-37ed-46ea-812c-8c3508e74d8a", "ResourceID": 1, "OldD": 1, "CountryID": 1, "LanguageID": 1, "UserActive": true, "UserUUIDCur": "1f1f80f7-96d4-4f17-9635-d97b7c7c118b" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]