POST api/AdminGifts/GetGiftPack
AdmGetGiftPack
Request Information
URI Parameters
None.
Body Parameters
GetGiftPackName | Description | Type | Additional information |
---|---|---|---|
GiftPackUUID | globally unique identifier |
None. |
|
GiftPackActive | boolean |
None. |
|
LanguageID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "GiftPackUUID": "bdf6d1f2-4610-4a77-89b9-7b525a323d4a", "GiftPackActive": true, "LanguageID": 1, "UserUUIDCur": "89726769-40ca-446c-8290-378ab0c0f438" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]