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": "2aa4c0b4-df95-4670-a268-3512e6f67f86", "GiftPackUUID": "238b5039-cd9f-43e6-8b7e-6f751fc4d739", "ResourceID": 1, "OldD": 1, "CountryID": 1, "LanguageID": 1, "UserActive": true, "UserUUIDCur": "2de3b9b7-98e5-4b5b-b432-69185c78cde1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]