POST api/AppPersonal/GetGift
AppGetGift
Request Information
URI Parameters
None.
Body Parameters
AppGetFunCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "eb1bdadc-5d90-4a93-a2d7-a2a99bd07c6b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GroupGift| Name | Description | Type | Additional information |
|---|---|---|---|
| GiftUsed | boolean |
None. |
|
| GiftUUID | globally unique identifier |
None. |
|
| Priority | integer |
None. |
|
| FunUUID | globally unique identifier |
None. |
|
| GiftTimeLeftChar | string |
None. |
|
| Httplink | string |
None. |
|
| GiftPackName | string |
None. |
|
| Timer | CustomTimer |
None. |
|
| GiftsItem | Collection of Gift |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GiftUsed": true,
"GiftUUID": "9a78205e-0e59-4708-8117-dbfc9041977b",
"Priority": 1,
"FunUUID": "ae261027-d298-4138-b9a2-ce6cbe1eefdf",
"GiftTimeLeftChar": "sample string 1",
"Httplink": "sample string 2",
"GiftPackName": "sample string 3",
"Timer": {
"Days": 1,
"Hours": 1,
"Minutes": 1,
"Seconds": 1
},
"GiftsItem": [
{
"ResourceName": "sample string 1",
"ResourceID": 2,
"ResourceQ": 1,
"PhotoUUID": "32e9c8cc-83bb-4568-8f83-618860b2af83",
"UserUUIDCur": "a982259d-554c-46f0-a387-e6832013bc98"
},
{
"ResourceName": "sample string 1",
"ResourceID": 2,
"ResourceQ": 1,
"PhotoUUID": "32e9c8cc-83bb-4568-8f83-618860b2af83",
"UserUUIDCur": "a982259d-554c-46f0-a387-e6832013bc98"
}
],
"UserUUIDCur": "5964e98b-42a3-4464-b8e1-f19ad68b789a"
},
{
"GiftUsed": true,
"GiftUUID": "9a78205e-0e59-4708-8117-dbfc9041977b",
"Priority": 1,
"FunUUID": "ae261027-d298-4138-b9a2-ce6cbe1eefdf",
"GiftTimeLeftChar": "sample string 1",
"Httplink": "sample string 2",
"GiftPackName": "sample string 3",
"Timer": {
"Days": 1,
"Hours": 1,
"Minutes": 1,
"Seconds": 1
},
"GiftsItem": [
{
"ResourceName": "sample string 1",
"ResourceID": 2,
"ResourceQ": 1,
"PhotoUUID": "32e9c8cc-83bb-4568-8f83-618860b2af83",
"UserUUIDCur": "a982259d-554c-46f0-a387-e6832013bc98"
},
{
"ResourceName": "sample string 1",
"ResourceID": 2,
"ResourceQ": 1,
"PhotoUUID": "32e9c8cc-83bb-4568-8f83-618860b2af83",
"UserUUIDCur": "a982259d-554c-46f0-a387-e6832013bc98"
}
],
"UserUUIDCur": "5964e98b-42a3-4464-b8e1-f19ad68b789a"
}
]