POST api/AdminGifts/GetGiftPackResource
AdmGetGiftPackResource
Request Information
URI Parameters
None.
Body Parameters
GetGiftPackResource| Name | Description | Type | Additional information |
|---|---|---|---|
| GiftPackUUID | globally unique identifier |
None. |
|
| ResourceID | integer |
None. |
|
| GiftPackActive | boolean |
None. |
|
| ResourceActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"GiftPackUUID": "811c2211-b03e-44f3-9253-9ae5bc5e892e",
"ResourceID": 1,
"GiftPackActive": true,
"ResourceActive": true,
"LanguageID": 1,
"UserUUIDCur": "c94af953-93da-4d9a-98dd-78dff6640e33"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]