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": "678a3b3b-d7b6-42f1-b855-3957bf5ab3ba",
"UserUUIDCur": "42159f85-bb2b-4e1a-8356-f5840bf5ec15"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.