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": "883cedf8-1572-42bc-bd87-ca530490d8e3", "GiftPackActive": true, "LanguageID": 1, "UserUUIDCur": "50de618f-c495-4dae-bd4f-ace543b212d5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]