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": "af98d307-a5a9-47a7-80e8-551b9e1f83a3",
"UserUUIDCur": "d241d02d-9fef-45eb-95f5-8d465cd98475"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.