POST api/ReportAudits/{reportId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportId | string |
Required |
Body Parameters
ReportAudit| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ReportId | string |
None. |
|
| UserId | string |
None. |
|
| CreatedDate | date |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ReportId": "sample string 2",
"UserId": "sample string 3",
"CreatedDate": "2026-01-13T04:17:45.0540101+00:00",
"Name": "sample string 5"
}
application/xml, text/xml
Sample:
<ReportAudit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pyramid.View.API.Models"> <CreatedDate>2026-01-13T04:17:45.0540101+00:00</CreatedDate> <Id>1</Id> <Name>sample string 5</Name> <ReportId>sample string 2</ReportId> <UserId>sample string 3</UserId> </ReportAudit>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.