PATCH api/auditbodies/{auditBodyId}/undelegatedaudits
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| auditBodyId | globally unique identifier |
Required |
Body Parameters
Collection of LayerHouseAuditDelegation| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| AuditorUserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "306ddd8b-688d-4016-ad43-974e358d443d",
"AuditorUserId": "0d2fd68b-ccb8-4c46-a871-e16d3bc32402"
},
{
"Id": "306ddd8b-688d-4016-ad43-974e358d443d",
"AuditorUserId": "0d2fd68b-ccb8-4c46-a871-e16d3bc32402"
}
]
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>0d2fd68b-ccb8-4c46-a871-e16d3bc32402</AuditorUserId>
<Id>306ddd8b-688d-4016-ad43-974e358d443d</Id>
</LayerHouseAuditDelegation>
<LayerHouseAuditDelegation>
<AuditorUserId>0d2fd68b-ccb8-4c46-a871-e16d3bc32402</AuditorUserId>
<Id>306ddd8b-688d-4016-ad43-974e358d443d</Id>
</LayerHouseAuditDelegation>
</ArrayOfLayerHouseAuditDelegation>
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.