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": "ffc368bc-e0f1-46a1-8bcb-2625f451e2d3",
"GiftPackActive": true,
"LanguageID": 1,
"UserUUIDCur": "40aa265f-06c9-4167-94d5-0ffacbc2b6e6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]