PATCH api/users/{id}/assignedaudits
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | 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": "96a55b45-d3ac-417f-a9ee-3ff37da26081",
"AuditorUserId": "8a4700dd-c182-44b4-a2a3-6e2ccf6334d8",
"ScheduledDate": "2025-12-21T03:11:36.8547476-06:00"
},
{
"Id": "96a55b45-d3ac-417f-a9ee-3ff37da26081",
"AuditorUserId": "8a4700dd-c182-44b4-a2a3-6e2ccf6334d8",
"ScheduledDate": "2025-12-21T03:11:36.8547476-06: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>8a4700dd-c182-44b4-a2a3-6e2ccf6334d8</AuditorUserId>
<Id>96a55b45-d3ac-417f-a9ee-3ff37da26081</Id>
<ScheduledDate>2025-12-21T03:11:36.8547476-06:00</ScheduledDate>
</LayerHouseAuditAssignment>
<LayerHouseAuditAssignment>
<AuditorUserId>8a4700dd-c182-44b4-a2a3-6e2ccf6334d8</AuditorUserId>
<Id>96a55b45-d3ac-417f-a9ee-3ff37da26081</Id>
<ScheduledDate>2025-12-21T03:11:36.8547476-06: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.