POST api/AdminGifts/GetGiftPack
AdmGetGiftPack
Request Information
URI Parameters
None.
Body Parameters
GetGiftPack| Name | 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": "e6917b21-df9b-44ab-8b10-b4cb5a456776",
"GiftPackActive": true,
"LanguageID": 1,
"UserUUIDCur": "08349a7b-e1cd-49dc-9f21-d8b2c9245ddc"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]