POST api/AppOrder/SaveCartComment
AppSaveCartComment
Request Information
URI Parameters
None.
Body Parameters
SaveCartComment_ResponseName | 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": "66a23d92-71a8-4d2a-9067-bb0aae791850", "UserUUIDCur": "11583a89-7c34-4104-a92d-bbe9d40f49d7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.