POST api/Comments/ProcessBuildingPurchaseOrdersForVendor/{id}?entityName={entityName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
|
entityName | string |
Required |
Body Parameters
CommentName | 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": "f262413b-f55e-478b-bad7-f06a18a918ca", "Subject": "sample string 2", "Content": "sample string 3", "Date": "2024-12-10T20:20:48.6274439+00:00", "CommentBy": "sample string 5" }
text/html
Sample:
{"Id":"f262413b-f55e-478b-bad7-f06a18a918ca","Subject":"sample string 2","Content":"sample string 3","Date":"2024-12-10T20:20:48.6274439+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>2024-12-10T20:20:48.6274439+00:00</Date> <Id>f262413b-f55e-478b-bad7-f06a18a918ca</Id> <Subject>sample string 2</Subject> </Comment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfStringName | 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.