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": "0a42c03e-74cc-4994-ae1d-d99a1b2ce5d9",
"ResourceID": 1,
"GiftPackActive": true,
"ResourceActive": true,
"LanguageID": 1,
"UserUUIDCur": "108bd79b-8fa2-4140-a8d9-8555ba595e81"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]