POST api/Base/AddComment
Request Information
URI Parameters
None.
Body Parameters
CommentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CI_GUID | string |
None. |
|
| CI_UnionID | string |
None. |
|
| CI_BillGUID | string |
None. |
|
| CI_GoodsGUID | string |
None. |
|
| CI_Score | integer |
None. |
|
| CI_Comment | string |
None. |
|
| CI_CommentTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CI_GUID": "sample string 1",
"CI_UnionID": "sample string 2",
"CI_BillGUID": "sample string 3",
"CI_GoodsGUID": "sample string 4",
"CI_Score": 1,
"CI_Comment": "sample string 5",
"CI_CommentTime": "2026-04-20T07:55:58.9996987+08:00"
}
application/xml, text/xml
Sample:
<CommentInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XRKData"> <CI_BillGUID>sample string 3</CI_BillGUID> <CI_Comment>sample string 5</CI_Comment> <CI_CommentTime>2026-04-20T07:55:58.9996987+08:00</CI_CommentTime> <CI_GUID>sample string 1</CI_GUID> <CI_GoodsGUID>sample string 4</CI_GoodsGUID> <CI_Score>1</CI_Score> <CI_UnionID>sample string 2</CI_UnionID> </CommentInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |