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": "b01e8c02-ea00-454b-84e5-93d0f27b68f6",
  "UserUUIDCur": "354886d1-a9fc-4825-926a-0d29042e5b33"
}

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": "bdff9d64-df5f-4c63-900b-264974621fa1",
  "ShareLink": "sample string 1",
  "Subject": "sample string 2",
  "Text": "sample string 3",
  "UserUUIDCur": "eda059d7-2b9d-496f-8e72-987e4a2290ee"
}