POST api/AppPersonal/AppSaveUserShare
AppSaveUserShare
Request Information
URI Parameters
None.
Body Parameters
AppSaveUserShareName | Description | Type | Additional information |
---|---|---|---|
UserUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUID": "0a90a66e-9cd7-4353-b9e6-73d4e180b7c0", "UserUUIDCur": "c8e26ca1-2fce-4f3f-b13d-31f615144a65" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveUserShare_ResponseName | 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": "de375d9f-6bbb-4fb2-94d3-414afee7c36d", "ShareLink": "sample string 2", "Subject": "sample string 3", "Text": "sample string 4", "UserUUIDCur": "5ba1beb6-9c01-4f4f-a902-b8c80ad6a324" }