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": "883ee80a-0527-46d6-a1e2-234ceb17cf8a",
"GiftPackActive": true,
"LanguageID": 1,
"GiftPackName": "sample string 1",
"GiftPackReason": "sample string 2",
"GiftPackTiming": "2026-03-21T23:38:55.8941703+02:00",
"GiftPackDurationH": 1,
"GiftPackUsed": true,
"UserUUIDCur": "af208f2d-cfb1-4b1b-917f-e61425f457bc"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}