POST api/Fun/SaveFunEnter
AppSaveFunEnter
Request Information
URI Parameters
None.
Body Parameters
SaveFunEnter_RequestName | Description | Type | Additional information |
---|---|---|---|
FunUUID | globally unique identifier |
None. |
|
Enter | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "FunUUID": "e87e5854-fc58-4db4-8eae-8e910e4e03f2", "Enter": "sample string 1", "UserUUIDCur": "f4d35cdf-e47e-4103-9df6-bcde47df2353" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SaveFunEnter_RequestName | Description | Type | Additional information |
---|---|---|---|
FunUUID | globally unique identifier |
None. |
|
Enter | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "FunUUID": "1386586c-6985-44d7-a45d-e4139727daaa", "Enter": "sample string 1", "UserUUIDCur": "4faf1516-30c5-47f5-bcba-9235312ecee1" }