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": "4987d526-f41a-4f56-b427-47f13bb999cf",
  "UserUUIDCur": "dc1d816b-8ab9-45d3-93e4-89e57f04b068"
}

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": "82b1b84e-eb83-493c-8c09-b26df4a374d7",
  "ShareLink": "sample string 2",
  "Subject": "sample string 3",
  "Text": "sample string 4",
  "UserUUIDCur": "c4ff801e-a4d1-4dc5-a2a8-20018503d008"
}