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": "f5103e70-70b8-416d-aa26-447909e4f287",
"UserUUIDCur": "a4dbef15-4e80-48bb-82e4-fbf2443e99b5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.