POST api/Fun/SaveFunShare
AppSaveFunShare
Request Information
URI Parameters
None.
Body Parameters
AppSaveFunShare| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunUUID": "f4680e6f-17d7-44c9-bca6-6baab0076289",
"UserUUIDCur": "bc8716a9-49fb-4db9-a03a-64ef5fca2abd"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveFunShare_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ShareUUID | globally unique identifier |
None. |
|
| ShareLink | string |
None. |
|
| Subject | string |
None. |
|
| Text | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"ShareUUID": "4f531f71-3ccb-4632-85b6-d98892f22211",
"ShareLink": "sample string 2",
"Subject": "sample string 3",
"Text": "sample string 4",
"UserUUIDCur": "25dfe13f-6617-4279-94c6-b5242b7ae883"
}