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": "e17d70b5-53b7-40ea-ac3b-8397b5a38564",
  "UserUUIDCur": "809731cb-236e-4a26-8ff6-479ed3285273"
}

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": "36455412-7ea7-432c-a9f3-2e1c41da9bf2",
  "ShareLink": "sample string 1",
  "Subject": "sample string 2",
  "Text": "sample string 3",
  "UserUUIDCur": "c6ba6285-f7d8-4892-b9db-94c72b9e0dbc"
}