POST api/AppPersonal/SaveGiftAccept
AppSaveGiftAccept
Request Information
URI Parameters
None.
Body Parameters
SaveGiftAccept| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| GiftUUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "45d05e14-8016-4f63-962b-47d2fca33c7d",
"GiftUUID": "34b122fe-b375-4fc1-b38f-5060aea39fef"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetGift_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| GiftUsed | boolean |
None. |
|
| ResourceName | string |
None. |
|
| ResourceQ | integer |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| GiftUUID | globally unique identifier |
None. |
|
| GiftTimeLeftChar | string |
None. |
|
| GiftPackName | string |
None. |
|
| FunUUID | globally unique identifier |
None. |
|
| ResourceID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GiftUsed": true,
"ResourceName": "sample string 1",
"ResourceQ": 1,
"PhotoUUID": "7fa2e1b1-0b97-44bd-b960-c9deeb3ecdf5",
"GiftUUID": "61bda7f5-4e1c-4093-ad7f-a64ed950c751",
"GiftTimeLeftChar": "sample string 2",
"GiftPackName": "sample string 3",
"FunUUID": "dd2459c8-71f2-4d4e-b248-410662c8c825",
"ResourceID": 4,
"UserUUIDCur": "afdca546-4a44-4715-ab4c-76b2b5e92ca2"
},
{
"GiftUsed": true,
"ResourceName": "sample string 1",
"ResourceQ": 1,
"PhotoUUID": "7fa2e1b1-0b97-44bd-b960-c9deeb3ecdf5",
"GiftUUID": "61bda7f5-4e1c-4093-ad7f-a64ed950c751",
"GiftTimeLeftChar": "sample string 2",
"GiftPackName": "sample string 3",
"FunUUID": "dd2459c8-71f2-4d4e-b248-410662c8c825",
"ResourceID": 4,
"UserUUIDCur": "afdca546-4a44-4715-ab4c-76b2b5e92ca2"
}
]