PATCH api/auditbodies/{auditBodyId}/unassignedaudits

Request Information

URI Parameters

NameDescriptionTypeAdditional information
auditBodyId

globally unique identifier

Required

Body Parameters

Collection of LayerHouseAuditAssignment
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

AuditorUserId

globally unique identifier

None.

ScheduledDate

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": "7cd15948-9466-44ab-98ed-39f746a65957",
    "AuditorUserId": "874ef200-1a3f-4b01-9686-9352ea2d31c9",
    "ScheduledDate": "2025-12-21T03:16:38.2899736-06:00"
  },
  {
    "Id": "7cd15948-9466-44ab-98ed-39f746a65957",
    "AuditorUserId": "874ef200-1a3f-4b01-9686-9352ea2d31c9",
    "ScheduledDate": "2025-12-21T03:16:38.2899736-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>874ef200-1a3f-4b01-9686-9352ea2d31c9</AuditorUserId>
    <Id>7cd15948-9466-44ab-98ed-39f746a65957</Id>
    <ScheduledDate>2025-12-21T03:16:38.2899736-06:00</ScheduledDate>
  </LayerHouseAuditAssignment>
  <LayerHouseAuditAssignment>
    <AuditorUserId>874ef200-1a3f-4b01-9686-9352ea2d31c9</AuditorUserId>
    <Id>7cd15948-9466-44ab-98ed-39f746a65957</Id>
    <ScheduledDate>2025-12-21T03:16:38.2899736-06:00</ScheduledDate>
  </LayerHouseAuditAssignment>
</ArrayOfLayerHouseAuditAssignment>

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.