POST api/AppPersonal/AppSaveCartShare
AppSaveCartShare
Request Information
URI Parameters
None.
Body Parameters
SaveCartShare_RequestName | Description | Type | Additional information |
---|---|---|---|
CartUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CartUUID": "5a4aa33f-a26f-4782-9409-b168111a98c3", "UserUUIDCur": "6b7dce2a-44fd-4818-8ca7-f4454dec3872" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveCommentShare_ResponseName | Description | Type | Additional 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": "84ae19c5-4f6f-43bd-b470-d5fa82e5927d", "ShareLink": "sample string 1", "Subject": "sample string 2", "Text": "sample string 3", "UserUUIDCur": "841dedcf-12b5-4c45-9765-b9bed9931db7" }