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": "159fc04e-4668-435d-bbb3-962edebbe225",
"GiftPackActive": true,
"LanguageID": 1,
"GiftPackName": "sample string 1",
"GiftPackReason": "sample string 2",
"GiftPackTiming": "2026-09-19T13:12:41.581182+03:00",
"GiftPackDurationH": 1,
"GiftPackUsed": true,
"UserUUIDCur": "d1856ade-bcf9-48ea-b557-e509368abcf0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}