PATCH api/auditbodies/{auditBodyId}/unassignedaudits
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| auditBodyId | globally unique identifier |
Required |
Body Parameters
Collection of LayerHouseAuditAssignment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| AuditorUserId | globally unique identifier |
None. |
|
| ScheduledDate | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "fa624049-1dce-4f18-9037-dfedb41390cb",
"AuditorUserId": "d0c6e71c-6025-478a-b712-46dede132e57",
"ScheduledDate": "2026-08-04T09:17:33.2572753-05:00"
},
{
"Id": "fa624049-1dce-4f18-9037-dfedb41390cb",
"AuditorUserId": "d0c6e71c-6025-478a-b712-46dede132e57",
"ScheduledDate": "2026-08-04T09:17:33.2572753-05:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfLayerHouseAuditAssignment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UEP.Core.Models">
<LayerHouseAuditAssignment>
<AuditorUserId>d0c6e71c-6025-478a-b712-46dede132e57</AuditorUserId>
<Id>fa624049-1dce-4f18-9037-dfedb41390cb</Id>
<ScheduledDate>2026-08-04T09:17:33.2572753-05:00</ScheduledDate>
</LayerHouseAuditAssignment>
<LayerHouseAuditAssignment>
<AuditorUserId>d0c6e71c-6025-478a-b712-46dede132e57</AuditorUserId>
<Id>fa624049-1dce-4f18-9037-dfedb41390cb</Id>
<ScheduledDate>2026-08-04T09:17:33.2572753-05:00</ScheduledDate>
</LayerHouseAuditAssignment>
</ArrayOfLayerHouseAuditAssignment>
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.