POST api/Fun/AppGetFunGift
AppGetFunGift
Request Information
URI Parameters
None.
Body Parameters
GetFunGift_EntityName | 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": "fe902085-59bd-4316-8cc2-1518c3355da8", "UserUUIDCur": "f2c06035-9a7f-4391-a40b-ede2c0da3272", "isTask": true, "Priority": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetFunGift_ResponseName | 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": "2aadf973-33db-49fc-bfe7-ab90496369af", "GiftUUID": "749bf06f-1cd9-4654-b933-8592fd3ee52a", "TaskUUID": "b29a991f-b3f2-43b6-b345-63a1390c2400", "GiftTimeLeftChar": "sample string 4", "UserUUIDCur": "6a667965-7847-47ce-9caf-2c50d7b3dad5" }, { "GiftPackName": "sample string 1", "GiftUsed": true, "ResourceName": "sample string 2", "Priority": 1, "ResourceQ": 3, "PhotoUUID": "2aadf973-33db-49fc-bfe7-ab90496369af", "GiftUUID": "749bf06f-1cd9-4654-b933-8592fd3ee52a", "TaskUUID": "b29a991f-b3f2-43b6-b345-63a1390c2400", "GiftTimeLeftChar": "sample string 4", "UserUUIDCur": "6a667965-7847-47ce-9caf-2c50d7b3dad5" } ]