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": "b0050520-1e8f-48ff-aa6a-77ae9e73628c",
"UserUUIDCur": "43f8d1e7-74a0-481b-88db-6d6f050d1f58",
"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": "e171ccd7-7282-439c-83aa-0bff91ccd15b",
"GiftUUID": "9b0de6ab-dabe-46a2-b5e0-48c2284c7cf7",
"TaskUUID": "9d567e21-aab7-4541-b30f-9a51b154c763",
"GiftTimeLeftChar": "sample string 4",
"UserUUIDCur": "7da6caeb-14de-466f-bd3a-cb062c543f92"
},
{
"GiftPackName": "sample string 1",
"GiftUsed": true,
"ResourceName": "sample string 2",
"Priority": 1,
"ResourceQ": 3,
"PhotoUUID": "e171ccd7-7282-439c-83aa-0bff91ccd15b",
"GiftUUID": "9b0de6ab-dabe-46a2-b5e0-48c2284c7cf7",
"TaskUUID": "9d567e21-aab7-4541-b30f-9a51b154c763",
"GiftTimeLeftChar": "sample string 4",
"UserUUIDCur": "7da6caeb-14de-466f-bd3a-cb062c543f92"
}
]