POST api/AppOrder/SaveCartComment
AppSaveCartComment
Request Information
URI Parameters
None.
Body Parameters
SaveCartComment_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| CartCommentID | integer |
None. |
|
| CommentScored | integer |
None. |
|
| CartUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CartCommentID": 1,
"CommentScored": 1,
"CartUUID": "abf5c703-7c8a-4e31-ad6e-f4d945f50704",
"UserUUIDCur": "4c0fbcd0-3117-43ab-9256-110a6876230b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.