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": "30359465-c656-4942-8657-8814eac1f170"
}
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": "236671b5-4fec-4871-826e-ef7a6d4b7df1",
"Priority": 1,
"FunUUID": "84e49295-0817-4206-88a4-690f0119884c",
"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": "c452a17b-434c-4e3e-80a8-d024ae152374",
"UserUUIDCur": "a49d5ab6-4341-4ba9-9b3e-7672fc201746"
},
{
"ResourceName": "sample string 1",
"ResourceID": 2,
"ResourceQ": 1,
"PhotoUUID": "c452a17b-434c-4e3e-80a8-d024ae152374",
"UserUUIDCur": "a49d5ab6-4341-4ba9-9b3e-7672fc201746"
}
],
"UserUUIDCur": "6a27d495-e40d-42ac-a1fe-77c71286a0cf"
},
{
"GiftUsed": true,
"GiftUUID": "236671b5-4fec-4871-826e-ef7a6d4b7df1",
"Priority": 1,
"FunUUID": "84e49295-0817-4206-88a4-690f0119884c",
"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": "c452a17b-434c-4e3e-80a8-d024ae152374",
"UserUUIDCur": "a49d5ab6-4341-4ba9-9b3e-7672fc201746"
},
{
"ResourceName": "sample string 1",
"ResourceID": 2,
"ResourceQ": 1,
"PhotoUUID": "c452a17b-434c-4e3e-80a8-d024ae152374",
"UserUUIDCur": "a49d5ab6-4341-4ba9-9b3e-7672fc201746"
}
],
"UserUUIDCur": "6a27d495-e40d-42ac-a1fe-77c71286a0cf"
}
]