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": "ce931f24-477f-455f-a767-9f00ef6a8179",
"GiftPackUUID": "d70af3e5-b06d-418f-a3eb-2043a59a9b5a",
"ResourceID": 1,
"OldD": 1,
"CountryID": 1,
"LanguageID": 1,
"UserActive": true,
"UserUUIDCur": "c9742d76-02ba-4feb-b27a-719e9d60414b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]