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": "1963fa28-17f3-4d47-9c0f-20aad3dab5c0", "Enter": "sample string 1", "UserUUIDCur": "2c5a5962-0e6b-415e-b5f2-1739eda39fc4" }
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": "4a16e240-3492-4f34-a043-fdb112767ef9", "Enter": "sample string 1", "UserUUIDCur": "1d1795fe-adf1-483d-a36f-87ca01db79e3" }