Updating Audit Score for a Specific Audit Detail
This example shows you how to update the audit score for a specific audit detail. Use the following GET request.
URI
PATCH /Windchill/servlet/odata/Audit/Audits('OR:com.ptc.qualitymanagement.audit.WTChangeAudit:267253')/AuditDetails('OR:com.ptc.qualitymanagement.audit.AuditDetail:267264')/ HTTP/1.1
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
“OnSiteAuditScore”:82
}