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": "6562da22-e78e-4ead-a83f-ed86c73e41d2", "UserUUIDCur": "3a28a698-80ae-444c-8c5c-47c38ef0f9b3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.