POST api/AdminGifts/SaveGiftPack
AdmSaveGiftPack
Request Information
URI Parameters
None.
Body Parameters
SaveGiftPack| Name | Description | Type | Additional information |
|---|---|---|---|
| GiftPackUUID | globally unique identifier |
None. |
|
| GiftPackActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| GiftPackName | string |
None. |
|
| GiftPackReason | string |
None. |
|
| GiftPackTiming | date |
None. |
|
| GiftPackDurationH | integer |
None. |
|
| GiftPackUsed | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"GiftPackUUID": "19298c53-1007-479e-b123-207eba1d80cd",
"GiftPackActive": true,
"LanguageID": 1,
"GiftPackName": "sample string 1",
"GiftPackReason": "sample string 2",
"GiftPackTiming": "2025-11-17T10:24:01.0873049+02:00",
"GiftPackDurationH": 1,
"GiftPackUsed": true,
"UserUUIDCur": "64e086e0-5b56-4841-abc2-e27205131556"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}