POST api/AppPersonal/AppSaveCartShare

AppSaveCartShare

Request Information

URI Parameters

None.

Body Parameters

SaveCartShare_Request
NameDescriptionTypeAdditional information
CartUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CartUUID": "7deb5716-bdc0-4277-b18e-463222948a02",
  "UserUUIDCur": "dfb980a4-0da2-4684-ac2a-6fa8ecb9d391"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSaveCommentShare_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": "a698754d-7b88-45c3-80c3-d848d17dd049",
  "ShareLink": "sample string 1",
  "Subject": "sample string 2",
  "Text": "sample string 3",
  "UserUUIDCur": "0e4ebc51-f003-4888-9525-12b00f31cfa6"
}