POST api/AdminOrder/SaveCartComment
AdmSaveCartComment
Request Information
URI Parameters
None.
Body Parameters
SaveCartComment_Request| Name | 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": "7e7e7709-545b-4996-b2d3-7b4cdb5652d5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]