POST api/AdminGifts/SaveGiftPack
AdmSaveGiftPack
Request Information
URI Parameters
None.
Body Parameters
SaveGiftPackName | 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": "f0d96aee-62ef-4fea-9054-acb8f2041872", "GiftPackActive": true, "LanguageID": 1, "GiftPackName": "sample string 1", "GiftPackReason": "sample string 2", "GiftPackTiming": "2025-04-19T09:01:11.8689737+03:00", "GiftPackDurationH": 1, "GiftPackUsed": true, "UserUUIDCur": "955bfd33-6661-4c4e-8752-736caad5dc2c" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}