GET api/SalesPurchase?replyid={replyid}&UserId={UserId}&ImplementId={ImplementId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| replyid | integer |
Required |
|
| UserId | string |
Required |
|
| ImplementId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CHCCommentReplyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| Name | string |
None. |
|
| Id | integer |
None. |
|
| CHCBuyerUserId | string |
None. |
|
| CHCSellerUserId | string |
None. |
|
| CreatedDate | date |
None. |
|
| CHCImplementId | integer |
None. |
|
| Comment | string |
None. |
|
| commentId | integer |
None. |
|
| IsReply | boolean |
None. |
|
| ReplyId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"token": "sample string 1",
"Name": "sample string 2",
"Id": 3,
"CHCBuyerUserId": "sample string 4",
"CHCSellerUserId": "sample string 5",
"CreatedDate": "2025-12-20T00:42:12.8895704+05:30",
"CHCImplementId": 1,
"Comment": "sample string 7",
"commentId": 8,
"IsReply": true,
"ReplyId": 1
},
{
"token": "sample string 1",
"Name": "sample string 2",
"Id": 3,
"CHCBuyerUserId": "sample string 4",
"CHCSellerUserId": "sample string 5",
"CreatedDate": "2025-12-20T00:42:12.8895704+05:30",
"CHCImplementId": 1,
"Comment": "sample string 7",
"commentId": 8,
"IsReply": true,
"ReplyId": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfCHCCommentReplyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmMachinary.Models">
<CHCCommentReplyModel>
<CHCBuyerUserId>sample string 4</CHCBuyerUserId>
<CHCImplementId>1</CHCImplementId>
<CHCSellerUserId>sample string 5</CHCSellerUserId>
<Comment>sample string 7</Comment>
<CreatedDate>2025-12-20T00:42:12.8895704+05:30</CreatedDate>
<Id>3</Id>
<IsReply>true</IsReply>
<Name>sample string 2</Name>
<ReplyId>1</ReplyId>
<commentId>8</commentId>
<token>sample string 1</token>
</CHCCommentReplyModel>
<CHCCommentReplyModel>
<CHCBuyerUserId>sample string 4</CHCBuyerUserId>
<CHCImplementId>1</CHCImplementId>
<CHCSellerUserId>sample string 5</CHCSellerUserId>
<Comment>sample string 7</Comment>
<CreatedDate>2025-12-20T00:42:12.8895704+05:30</CreatedDate>
<Id>3</Id>
<IsReply>true</IsReply>
<Name>sample string 2</Name>
<ReplyId>1</ReplyId>
<commentId>8</commentId>
<token>sample string 1</token>
</CHCCommentReplyModel>
</ArrayOfCHCCommentReplyModel>