PUT api/SupervisorAllocatedInspection/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

SupervisorAllocatedInspectionDTO
NameDescriptionTypeAdditional information
ID

integer

None.

Reference

string

None.

Date

date

None.

SystemUserID

integer

None.

CustomerInspectionID

integer

None.

CustomerVenueID

integer

None.

UID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Reference": "sample string 2",
  "Date": "2025-09-07T19:32:48.9669822+02:00",
  "SystemUserID": 4,
  "CustomerInspectionID": 5,
  "CustomerVenueID": 6,
  "UID": 7
}

application/xml, text/xml

Sample:
<SupervisorAllocatedInspectionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess.DTO">
  <CustomerInspectionID>5</CustomerInspectionID>
  <CustomerVenueID>6</CustomerVenueID>
  <Date>2025-09-07T19:32:48.9669822+02:00</Date>
  <ID>1</ID>
  <Reference>sample string 2</Reference>
  <SystemUserID>4</SystemUserID>
  <UID>7</UID>
</SupervisorAllocatedInspectionDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>