POST api/Fun/AppGetFunGift
AppGetFunGift
Request Information
URI Parameters
None.
Body Parameters
GetFunGift_Entity| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| isTask | boolean |
None. |
|
| Priority | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunUUID": "f6572e1e-8549-42ca-8531-32b7e0e9241a",
"UserUUIDCur": "12916b9e-95e6-458e-a68c-b65fcb50d761",
"isTask": true,
"Priority": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetFunGift_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| GiftPackName | string |
None. |
|
| GiftUsed | boolean |
None. |
|
| ResourceName | string |
None. |
|
| Priority | integer |
None. |
|
| ResourceQ | integer |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| GiftUUID | globally unique identifier |
None. |
|
| TaskUUID | globally unique identifier |
None. |
|
| GiftTimeLeftChar | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GiftPackName": "sample string 1",
"GiftUsed": true,
"ResourceName": "sample string 2",
"Priority": 1,
"ResourceQ": 3,
"PhotoUUID": "9464026e-5803-411a-bfa2-23e18a0d0b62",
"GiftUUID": "9034baab-91c0-4e0d-987c-5575bd818071",
"TaskUUID": "05af2711-1526-447e-9efa-1c0a4e64fc20",
"GiftTimeLeftChar": "sample string 4",
"UserUUIDCur": "788772d7-965f-4ecc-9619-cf95ea9ce93f"
},
{
"GiftPackName": "sample string 1",
"GiftUsed": true,
"ResourceName": "sample string 2",
"Priority": 1,
"ResourceQ": 3,
"PhotoUUID": "9464026e-5803-411a-bfa2-23e18a0d0b62",
"GiftUUID": "9034baab-91c0-4e0d-987c-5575bd818071",
"TaskUUID": "05af2711-1526-447e-9efa-1c0a4e64fc20",
"GiftTimeLeftChar": "sample string 4",
"UserUUIDCur": "788772d7-965f-4ecc-9619-cf95ea9ce93f"
}
]