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": "e63a2ce0-0560-45f3-8ea6-4fb30a49d5de",
"GiftPackUUID": "205e8faa-738f-41a2-b6bd-fb71d57353c5",
"ResourceID": 1,
"OldD": 1,
"CountryID": 1,
"LanguageID": 1,
"UserActive": true,
"UserUUIDCur": "da37c20a-c492-4ee4-a94c-1bd8625b7562"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]