POST api/AppPersonal/AppSaveUserShare

AppSaveUserShare

Request Information

URI Parameters

None.

Body Parameters

AppSaveUserShare
NameDescriptionTypeAdditional information
UserUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUID": "0d754df8-6755-4496-8e46-44c7d6933c94",
  "UserUUIDCur": "f219ea36-4008-4624-82b8-cbb0bac6a5cb"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSaveUserShare_Response
NameDescriptionTypeAdditional 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": "56f5264b-5e41-43b9-9c6d-f63c8634bcb6",
  "ShareLink": "sample string 2",
  "Subject": "sample string 3",
  "Text": "sample string 4",
  "UserUUIDCur": "10e029c7-9844-446a-97c2-013ba3ece15c"
}