POST api/AdminOrder/SaveCartComment
AdmSaveCartComment
Request Information
URI Parameters
None.
Body Parameters
SaveCartComment_RequestName | Description | Type | Additional information |
---|---|---|---|
CartCommentID | integer |
None. |
|
CartCommentActive | boolean |
None. |
|
LanguageID | integer |
None. |
|
CommentName | string |
None. |
|
CommentText | string |
None. |
|
CommentScore | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CartCommentID": 1, "CartCommentActive": true, "LanguageID": 1, "CommentName": "sample string 1", "CommentText": "sample string 2", "CommentScore": "sample string 3", "UserUUIDCur": "a2f9ca05-5357-4de9-adc4-33d15fb8a789" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]