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": "370793d0-3422-4ba5-8716-08aa29d9e339",
  "UserUUIDCur": "d93dda1c-3a9e-4a6f-a7a3-ea9985aa2160"
}

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": "410f8945-25e4-48e9-98f9-9604b4087f3e",
  "ShareLink": "sample string 1",
  "Subject": "sample string 2",
  "Text": "sample string 3",
  "UserUUIDCur": "c1f43cbc-b896-428f-931d-e74607e0dbe7"
}