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

CreateInspectionRequest
NameDescriptionTypeAdditional information
ID

The ID of the new Inspection.
The length of the ID may not exceed 25 characters.

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.

InspectionPropertiesResponse
NameDescriptionTypeAdditional 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.