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": "6791a478-07ff-4ff5-a905-724996c57f02",
"UserUUIDCur": "a2e51162-9170-4108-b9e5-8a6bc7f68c9a"
}
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": "a37afb46-8f0b-4b15-a111-de84001031ad",
"ShareLink": "sample string 2",
"Subject": "sample string 3",
"Text": "sample string 4",
"UserUUIDCur": "a627596b-002d-43b4-8e82-97dca649db3c"
}