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": "beadf29a-c38c-4338-867f-b66b6ee2b74e", "GiftPackActive": true, "LanguageID": 1, "UserUUIDCur": "999a1f53-46ff-485d-815e-308f928e9516" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]