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": "c5c22c7f-e810-4db1-896e-62bf6bebe84c", "GiftUUID": "e38a35d7-36ea-45bb-b139-ddf882026544" }
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": "a8de7859-ea8f-4ff8-b212-ad167a3ab923", "GiftUUID": "57000333-bb29-4200-8271-4107203c7d1f", "GiftTimeLeftChar": "sample string 2", "GiftPackName": "sample string 3", "FunUUID": "6d753923-36af-4412-9f66-5520b7330f95", "ResourceID": 4, "UserUUIDCur": "4f02d375-695e-4324-b8f1-e634e1cf31b4" }, { "GiftUsed": true, "ResourceName": "sample string 1", "ResourceQ": 1, "PhotoUUID": "a8de7859-ea8f-4ff8-b212-ad167a3ab923", "GiftUUID": "57000333-bb29-4200-8271-4107203c7d1f", "GiftTimeLeftChar": "sample string 2", "GiftPackName": "sample string 3", "FunUUID": "6d753923-36af-4412-9f66-5520b7330f95", "ResourceID": 4, "UserUUIDCur": "4f02d375-695e-4324-b8f1-e634e1cf31b4" } ]