POST Comment/Process
Request Information
URI Parameters
None.
Body Parameters
CommentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TType | integer |
None. |
|
| RowID | integer |
None. |
|
| UserID | integer |
None. |
|
| ProductsID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| UserComment | string |
None. |
|
| DevCommnet | string |
None. |
|
| State | integer |
None. |
|
| CompanyNo | integer |
None. |
|
| CreateUserID | integer |
None. |
|
| CreateTime | date |
None. |
|
| CreateIP | string |
None. |
|
| UpdateUserID | integer |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateIP | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TType": 1,
"RowID": 2,
"UserID": 3,
"ProductsID": 4,
"CategoryID": 5,
"UserComment": "sample string 6",
"DevCommnet": "sample string 7",
"State": 8,
"CompanyNo": 9,
"CreateUserID": 10,
"CreateTime": "2026-01-11T18:29:10.62949+03:00",
"CreateIP": "sample string 12",
"UpdateUserID": 13,
"UpdateTime": "2026-01-11T18:29:10.62949+03:00",
"UpdateIP": "sample string 15"
}
application/xml, text/xml
Sample:
<CommentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ARSales.Api.View.Request.Comment"> <CategoryID>5</CategoryID> <CompanyNo>9</CompanyNo> <CreateIP>sample string 12</CreateIP> <CreateTime>2026-01-11T18:29:10.62949+03:00</CreateTime> <CreateUserID>10</CreateUserID> <DevCommnet>sample string 7</DevCommnet> <ProductsID>4</ProductsID> <RowID>2</RowID> <State>8</State> <TType>1</TType> <UpdateIP>sample string 15</UpdateIP> <UpdateTime>2026-01-11T18:29:10.62949+03:00</UpdateTime> <UpdateUserID>13</UpdateUserID> <UserComment>sample string 6</UserComment> <UserID>3</UserID> </CommentRequest>
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. |