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": "2cb4e068-5093-49ec-bdb2-6542f9352f5b", "GiftPackActive": true, "LanguageID": 1, "UserUUIDCur": "1318e9e1-a25f-4ea7-8513-b909eaff0b9c" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]