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": "d3734692-5d34-46cc-a375-aa64e5bb585b",
"GiftUUID": "2564a92c-537f-4f80-b2f1-4f9f26e977a3"
}
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": "26b7036a-cd17-426e-8e6d-79a18f290247",
"GiftUUID": "6b7ee78f-c7b0-49d9-818d-ca24a36a1c53",
"GiftTimeLeftChar": "sample string 2",
"GiftPackName": "sample string 3",
"FunUUID": "da1b8b82-53c4-4dc6-b298-4cc5f953e4de",
"ResourceID": 4,
"UserUUIDCur": "bf5f3ced-042c-47e8-83fc-47927c78ba25"
},
{
"GiftUsed": true,
"ResourceName": "sample string 1",
"ResourceQ": 1,
"PhotoUUID": "26b7036a-cd17-426e-8e6d-79a18f290247",
"GiftUUID": "6b7ee78f-c7b0-49d9-818d-ca24a36a1c53",
"GiftTimeLeftChar": "sample string 2",
"GiftPackName": "sample string 3",
"FunUUID": "da1b8b82-53c4-4dc6-b298-4cc5f953e4de",
"ResourceID": 4,
"UserUUIDCur": "bf5f3ced-042c-47e8-83fc-47927c78ba25"
}
]