POST api/incident/incidentcomment/post
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"IncidentId": "fdc54bbd-e317-4dfd-9f9f-bba5bf0a8fb6",
"Comment": "sample string 2",
"CommentedBy": "sample string 3",
"CreatedOn": "2026-08-27T22:09:49.9419379+00:00"
}
application/xml, text/xml
Sample:
<IncidentCommentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Columbus.BFO.Models.BfoPortal"> <Comment>sample string 2</Comment> <CommentedBy>sample string 3</CommentedBy> <CreatedOn>2026-08-27T22:09:49.9419379+00:00</CreatedOn> <IncidentId>fdc54bbd-e317-4dfd-9f9f-bba5bf0a8fb6</IncidentId> </IncidentCommentModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.