POST Inspections
Create a new Inspection.
The owner of the new Inspection will be the user credentialed for this API session.
Request Information
URI Parameters
None.
Body Parameters
The ID and optional Description of the new Inspection
CreateInspectionRequestName | Description | Type | Additional information |
---|---|---|---|
ID |
The ID of the new Inspection. |
string |
Required Max length: 25 |
Description |
(Optional) The string Description for the Inspection. |
string |
None. |
Response Information
Create a new Inspection.
The owner of the new Inspection will be the user credentialed for this API session.
Name | Description | Type | Additional information |
---|---|---|---|
Inspection |
The information about an inspection |
Inspection |
Required |
errors |
If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages. |
Collection of string |
None. |