PATCH api/auditbodies/{auditBodyId}/undelegatedaudits

Request Information

URI Parameters

NameDescriptionTypeAdditional information
auditBodyId

globally unique identifier

Required

Body Parameters

Collection of LayerHouseAuditDelegation
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

AuditorUserId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": "df0b5443-a342-4d93-972a-e1b55117df25",
    "AuditorUserId": "74d1a218-f092-464b-9aab-d24e50c53af4"
  },
  {
    "Id": "df0b5443-a342-4d93-972a-e1b55117df25",
    "AuditorUserId": "74d1a218-f092-464b-9aab-d24e50c53af4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLayerHouseAuditDelegation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UEP.Core.Models">
  <LayerHouseAuditDelegation>
    <AuditorUserId>74d1a218-f092-464b-9aab-d24e50c53af4</AuditorUserId>
    <Id>df0b5443-a342-4d93-972a-e1b55117df25</Id>
  </LayerHouseAuditDelegation>
  <LayerHouseAuditDelegation>
    <AuditorUserId>74d1a218-f092-464b-9aab-d24e50c53af4</AuditorUserId>
    <Id>df0b5443-a342-4d93-972a-e1b55117df25</Id>
  </LayerHouseAuditDelegation>
</ArrayOfLayerHouseAuditDelegation>

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.