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": "3ba5b45c-3d1e-4366-aada-b7a1b64a2319",
"GiftUUID": "714fec26-4801-457a-9646-7cf09038588b"
}
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": "45b39273-a0a5-45bc-bbb0-dcc97b283b99",
"GiftUUID": "b5a085e0-69bf-4dd4-82f6-82e531d333c0",
"GiftTimeLeftChar": "sample string 2",
"GiftPackName": "sample string 3",
"FunUUID": "144765ad-38b0-4dec-b374-46f556386c5f",
"ResourceID": 4,
"UserUUIDCur": "e5d1455d-213e-4b99-a3ae-d8c75836c76c"
},
{
"GiftUsed": true,
"ResourceName": "sample string 1",
"ResourceQ": 1,
"PhotoUUID": "45b39273-a0a5-45bc-bbb0-dcc97b283b99",
"GiftUUID": "b5a085e0-69bf-4dd4-82f6-82e531d333c0",
"GiftTimeLeftChar": "sample string 2",
"GiftPackName": "sample string 3",
"FunUUID": "144765ad-38b0-4dec-b374-46f556386c5f",
"ResourceID": 4,
"UserUUIDCur": "e5d1455d-213e-4b99-a3ae-d8c75836c76c"
}
]