POST api/Comments/ProcessBuildingPurchaseOrdersForVendor/{id}?entityName={entityName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| entityName | string |
Required |
Body Parameters
Comment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Subject | string |
None. |
|
| Content | string |
None. |
|
| Date | date |
None. |
|
| CommentBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "97baa45d-1288-46bb-9862-91deb7d5c040",
"Subject": "sample string 2",
"Content": "sample string 3",
"Date": "2026-02-10T14:43:20.4363425+00:00",
"CommentBy": "sample string 5"
}
text/html
Sample:
{"Id":"97baa45d-1288-46bb-9862-91deb7d5c040","Subject":"sample string 2","Content":"sample string 3","Date":"2026-02-10T14:43:20.4363425+00:00","CommentBy":"sample string 5"}
application/xml, text/xml
Sample:
<Comment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BRH.Services.Models"> <CommentBy>sample string 5</CommentBy> <Content>sample string 3</Content> <Date>2026-02-10T14:43:20.4363425+00:00</Date> <Id>97baa45d-1288-46bb-9862-91deb7d5c040</Id> <Subject>sample string 2</Subject> </Comment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | string |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.