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": "3dc85f42-6f86-46c7-ba96-286deb27a278",
"UserUUIDCur": "92140f0c-7a82-4a72-8cc7-60b54747639a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.