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": "fa7f7037-1967-4802-a726-aeddcf8731ad", "UserUUIDCur": "db0bf933-3d4c-473e-ab47-06277dcab9df" }
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": "a182f2c4-595a-45ca-adb2-5071e85b0cc6", "ShareLink": "sample string 1", "Subject": "sample string 2", "Text": "sample string 3", "UserUUIDCur": "c5c0e0f3-73e2-48b2-9bfc-0a3b01052b50" }