POST api/SupervisorAllocatedInspection
Request Information
URI Parameters
None.
Body Parameters
SupervisorAllocatedInspectionDTO| Name | Description | Type | Additional 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-12-12T16:53:43.4971165+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-12-12T16:53:43.4971165+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
SupervisorAllocatedInspectionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Reference | string |
None. |
|
| Date | date |
None. |
|
| SystemUserID | integer |
None. |
|
| CustomerInspectionID | integer |
None. |
|
| CustomerVenueID | integer |
None. |
|
| UID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Reference": "sample string 2",
"Date": "2025-12-12T16:53:43.4981104+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-12-12T16:53:43.4981104+02:00</Date> <ID>1</ID> <Reference>sample string 2</Reference> <SystemUserID>4</SystemUserID> <UID>7</UID> </SupervisorAllocatedInspectionDTO>