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": "a9cd0eb8-2126-4b09-bfb2-7af293cfad20", "UserUUIDCur": "19e6d50b-6b1e-4a57-8a71-20c76855a025" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.