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": "35908de4-2ef8-4bc6-923f-f99a4096f93a",
"GiftPackActive": true,
"LanguageID": 1,
"GiftPackName": "sample string 1",
"GiftPackReason": "sample string 2",
"GiftPackTiming": "2026-08-05T04:03:04.1219787+03:00",
"GiftPackDurationH": 1,
"GiftPackUsed": true,
"UserUUIDCur": "8316fa6e-bbcd-4212-968e-5e356ab4f482"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}