POST api/Audits/UpdateAuditComplianceResolutionDate

Updates an audit's compliance resoltuion date.

Request Information

URI Parameters

None.

Body Parameters

UpdateAuditComplianceResolutionDateRequest
NameDescriptionTypeAdditional information
AuditID

The ID of the audit.

integer

None.

AuditComplianceResolutionDate

The new value for the audit's compliance resolution date.

date

None.

Request Formats

application/json, text/json

Sample:
{
  "AuditID": 1,
  "AuditComplianceResolutionDate": "2026-03-06T22:31:35.3494461-05:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateAuditComplianceResolutionDateRequest'.

Response Information

Resource Description

A 201 if successful.

None.