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": "6b148f69-3694-49fe-985f-2c5fdd890792",
  "UserUUIDCur": "9bbfd6cd-a154-4135-a89b-e9bb0f566799"
}

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": "096af3a1-8f12-483a-a9b6-cb64a8186ab5",
  "ShareLink": "sample string 1",
  "Subject": "sample string 2",
  "Text": "sample string 3",
  "UserUUIDCur": "f5bd4628-d4e4-4710-930c-f812e9d87263"
}