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": "f00fb8b2-9e38-4acc-86e0-9156d1653245",
  "UserUUIDCur": "81ce3fae-e336-43f2-81d6-27d4c592f695"
}

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": "3d1b65db-cee4-4d75-b7aa-26e008076068",
  "ShareLink": "sample string 2",
  "Subject": "sample string 3",
  "Text": "sample string 4",
  "UserUUIDCur": "36d56cb4-610b-40dc-8ddf-9abe60a75b87"
}