POST api/AppPersonal/SaveGiftAccept
AppSaveGiftAccept
Request Information
URI Parameters
None.
Body Parameters
SaveGiftAcceptName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
|
GiftUUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "a01a939a-2406-4a81-8a48-b8285ee0776a", "GiftUUID": "61fca17f-67fd-48f1-8254-19aeeb6fb849" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetGift_ResponseName | Description | Type | Additional information |
---|---|---|---|
GiftUsed | boolean |
None. |
|
ResourceName | string |
None. |
|
ResourceQ | integer |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
GiftUUID | globally unique identifier |
None. |
|
GiftTimeLeftChar | string |
None. |
|
GiftPackName | string |
None. |
|
FunUUID | globally unique identifier |
None. |
|
ResourceID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "GiftUsed": true, "ResourceName": "sample string 1", "ResourceQ": 1, "PhotoUUID": "3e37b2bc-e7e7-4ef3-b8b8-54485f62a3b7", "GiftUUID": "3cc811e0-9017-4e85-a767-c1c57c88a3e2", "GiftTimeLeftChar": "sample string 2", "GiftPackName": "sample string 3", "FunUUID": "5ca4c714-9a8e-4066-9196-4d18727eae65", "ResourceID": 4, "UserUUIDCur": "bf342f13-82c2-48c7-ac68-a7101009095a" }, { "GiftUsed": true, "ResourceName": "sample string 1", "ResourceQ": 1, "PhotoUUID": "3e37b2bc-e7e7-4ef3-b8b8-54485f62a3b7", "GiftUUID": "3cc811e0-9017-4e85-a767-c1c57c88a3e2", "GiftTimeLeftChar": "sample string 2", "GiftPackName": "sample string 3", "FunUUID": "5ca4c714-9a8e-4066-9196-4d18727eae65", "ResourceID": 4, "UserUUIDCur": "bf342f13-82c2-48c7-ac68-a7101009095a" } ]