POST api/SupervisorAllocatedInspection
Request Information
URI Parameters
None.
Body Parameters
SupervisorAllocatedInspectionDTOName | 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": "2024-12-28T08:51:40.9203819+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>2024-12-28T08:51:40.9203819+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
SupervisorAllocatedInspectionDTOName | 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": "2024-12-28T08:51:40.9203819+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>2024-12-28T08:51:40.9203819+02:00</Date> <ID>1</ID> <Reference>sample string 2</Reference> <SystemUserID>4</SystemUserID> <UID>7</UID> </SupervisorAllocatedInspectionDTO>