POST api/AppProduct/AppSaveProductShare

AppSaveProductShare

Request Information

URI Parameters

None.

Body Parameters

AppSaveProductShare
NameDescriptionTypeAdditional information
ProductID

integer

None.

UserUUIDCur

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "UserUUIDCur": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSaveProductShare_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": "899dd573-18ab-4444-b306-dd7305be5eae",
  "ShareLink": "sample string 1",
  "Subject": "sample string 2",
  "Text": "sample string 3",
  "UserUUIDCur": "b91f7815-ee19-443f-af67-cf827f018989"
}