POST api/AdminOrder/GetCartComment
AdmGetCartComment
Request Information
URI Parameters
None.
Body Parameters
GetCartComment_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| CartCommentID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| CartCommentActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CartCommentID": 1,
"LanguageID": 1,
"CartCommentActive": true,
"UserUUIDCur": "f3d1d9c3-7bf9-4d3e-a514-8de8298e2d93"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]