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": "29dc8e79-d899-4f25-9d85-d0655208d9ea",
"Subject": "sample string 2",
"Content": "sample string 3",
"Date": "2025-10-28T14:44:09.3640146+00:00",
"CommentBy": "sample string 5"
}
text/html
Sample:
{"Id":"29dc8e79-d899-4f25-9d85-d0655208d9ea","Subject":"sample string 2","Content":"sample string 3","Date":"2025-10-28T14:44:09.3640146+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>2025-10-28T14:44:09.3640146+00:00</Date> <Id>29dc8e79-d899-4f25-9d85-d0655208d9ea</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.