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": "98e2f960-74a1-4f41-9f60-c6a3f5e7c79d", "UserUUIDCur": "129c3b45-dc55-4269-8969-44da0d0b2a2a" }
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": "739a766f-7563-4c37-a0d9-ee7c81ae8dd8", "ShareLink": "sample string 2", "Subject": "sample string 3", "Text": "sample string 4", "UserUUIDCur": "02749a88-6d9c-4282-978e-627bf8fb5842" }