POST api/AppPersonal/AppSaveUserShare
AppSaveUserShare
Request Information
URI Parameters
None.
Body Parameters
AppSaveUserShare| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "1e3029f3-c486-4787-b5dd-f1f6a0bf0aab",
"UserUUIDCur": "5c5bbb11-8019-4415-af68-43b60b67aeba"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveUserShare_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": "09a0286e-2483-4486-81ec-5e3ec63efdbc",
"ShareLink": "sample string 2",
"Subject": "sample string 3",
"Text": "sample string 4",
"UserUUIDCur": "617781fe-2ec0-41b0-bb05-43c5c44cdd54"
}