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": "f39763b6-e357-4a4e-8765-4a047234c9e0",
"GiftPackActive": true,
"LanguageID": 1,
"GiftPackName": "sample string 1",
"GiftPackReason": "sample string 2",
"GiftPackTiming": "2026-05-06T15:46:50.7886388+03:00",
"GiftPackDurationH": 1,
"GiftPackUsed": true,
"UserUUIDCur": "82b5ce32-e20d-4826-b9f3-286c35cbd126"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}