PATCH api/layerhouseaudits/{layerHouseAuditId}/override

Request Information

URI Parameters

NameDescriptionTypeAdditional information
layerHouseAuditId

globally unique identifier

Required

Body Parameters

OverrideStatus
NameDescriptionTypeAdditional information
Passed

boolean

None.

Comments

string

None.

DeleteDocument

boolean

None.

Document

DocumentContent

None.

Request Formats

application/json, text/json

Sample:
{
  "Passed": true,
  "Comments": "sample string 2",
  "DeleteDocument": true,
  "Document": {
    "FileName": "sample string 1",
    "Base64FileContent": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<OverrideStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UEP.Core.Models">
  <Comments>sample string 2</Comments>
  <DeleteDocument>true</DeleteDocument>
  <Document>
    <Base64FileContent>sample string 2</Base64FileContent>
    <FileName>sample string 1</FileName>
  </Document>
  <Passed>true</Passed>
</OverrideStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.