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": "1b344984-5c32-49c2-ae1f-819229f77d80",
"GiftPackActive": true,
"LanguageID": 1,
"UserUUIDCur": "92aa800f-a44d-4eb4-be3a-c235ba56ebdb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]