POST api/AdminGifts/GetGiftStats

AdmGetGiftStats

Request Information

URI Parameters

None.

Body Parameters

GetGiftStats
NameDescriptionTypeAdditional 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": "a177e58a-3345-43a8-959d-532ac7f48ae0",
  "GiftPackUUID": "b82550ce-2fea-4cff-9baa-cfda2d1532df",
  "ResourceID": 1,
  "OldD": 1,
  "CountryID": 1,
  "LanguageID": 1,
  "UserActive": true,
  "UserUUIDCur": "c4e806e0-69af-4c27-93b9-d29b23d8018f"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]