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": "15c96d1f-2bbf-48c0-a3e3-75e5ebf2e302",
"AuditorUserId": "01dc8c1c-f9f1-47f1-b648-6cd663805063",
"ScheduledDate": "2026-08-04T09:14:52.3773019-05:00"
},
{
"Id": "15c96d1f-2bbf-48c0-a3e3-75e5ebf2e302",
"AuditorUserId": "01dc8c1c-f9f1-47f1-b648-6cd663805063",
"ScheduledDate": "2026-08-04T09:14:52.3773019-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>01dc8c1c-f9f1-47f1-b648-6cd663805063</AuditorUserId>
<Id>15c96d1f-2bbf-48c0-a3e3-75e5ebf2e302</Id>
<ScheduledDate>2026-08-04T09:14:52.3773019-05:00</ScheduledDate>
</LayerHouseAuditAssignment>
<LayerHouseAuditAssignment>
<AuditorUserId>01dc8c1c-f9f1-47f1-b648-6cd663805063</AuditorUserId>
<Id>15c96d1f-2bbf-48c0-a3e3-75e5ebf2e302</Id>
<ScheduledDate>2026-08-04T09:14:52.3773019-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.