| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID |
It represents the unique identifier of a inspection. |
integer |
None. |
| ReportID |
It represents the unique identifier of a property. One inspection can only associate to a single property. One property can be part of multiple inspections. |
integer |
None. |
| ScheduleTitle |
It represents title of a inspection. |
string |
None. |
| HeaderTitle |
It represents title of a inspection header. |
string |
None. |
| AddressLine1 |
It represents the Address line one of a property where inspection has conducted. |
string |
None. |
| AddressLine2 |
It represents the Address line two of a property where inspection has conducted. |
string |
None. |
| OrderedByName |
It represents a name of agent/client who orders the current inspection. |
string |
None. |
| OrderedByType |
It represents the type of customer who orders the current inspection. Possible values are, client, Agent |
string |
None. |
| SchedDate_MMddyy |
It represents the scheduled date on which inspection has to be conducted with MM/dd/yy format. The value to this field, will come with format in response. ex. 07/11/2018 etc. |
string |
None. |
| ScheduledDate |
It represents the scheduled date on which inspection has to be conducted. The value to this field, will come with format in response. ex. Monday 18th July 2017 etc. |
string |
None. |
| ScheduledTime |
It represents the scheduled time on which inspection has to be conducted. The value to this field, will come with format in response. ex. 02:15 PM etc. |
string |
None. |
| ScheduledOn |
It represents the scheduled date/time on which inspection has to be conducted. |
date |
None. |
| InspectionTypeID |
It represents the unique identifier of inspection type |
integer |
None. |
| InspectionType |
It represents type of a home/property inspection ex. Original, Supplemental, Re-inspection or Limited etc, |
string |
None. |
| InspectionCategory |
It represents the kind of inspection. i.e. Home, Roof, Termite etc. |
string |
None. |
| IsEdited |
It represents a flag whether inspection got edited or not. |
boolean |
None. |
| StatusID |
It represents the status id of current inspection. 0=canceled 1=Ordered 2=Confirmed 3=Not Turned in (started) 4=Turned in (submitted) 5=Report generated (inspector needs to approve) 6=Approved 7=emailed (to customer) 8=Processed (mailed if needed) 9=consultation (met customer, but no report) |
integer |
None. |
| InspectionState |
It represents the state of inspection. ex. Required field, Edit, Proof report, Approved etc. |
string |
None. |
| ReportGenerationStatus |
It represents a flag which can be used to say whether report has been generated for current inspection or not. |
integer |
None. |
| Access |
It represents the access information, which can be useful information to inspector to access the property where he needs conduct the inspection. |
string |
None. |
| TemplateID |
It represents the Template identifier |
integer |
None. |
| IsNullSchedTime |
It represents a flag whether inspection schedule time is null or not. |
boolean |
None. |
| InspectionUrgency |
It represents the urgency of Inspection. |
string |
None. |
| InTransitArrivalTime |
It represents the transit arrival time |
string |
None. |
| LeavingInTime |
It represents the inspector leaving time (in minutes) |
integer |
None. |
| GPSExcessTrackDuration |
It represents GPS Excess track duaraton in minutes |
integer |
None. |
| InspectionInformation |
It represents information about the current inspection. |
InspectionInformation |
None. |
| ClientInformation |
It represents the information about the client who orders for current inspection. |
ClientInformation |
None. |
| PaymentInformation |
It represents the information about the payment to the current inspection. |
PaymentInformation |
None. |
| TodaysSchedule |
It represents the other inspector's inspections, which has to be conduct on the same scheduled date/time that of current inspection scheduled date/time. |
Collection of TodaySchedule |
None. |
| InspectorNotes |
It represents the list of all messages sent/received between inspector and a customer service representative. |
Collection of InspectorNotesToCS |
None. |
| AppDescriptions |
It represents the list of all descriptions, selected by a inspector during the inspection. |
Collection of DescriptionModel |
None. |
| Observations |
It represents the list of observations, selected by a inspector during the inspection. |
Collection of ObservationModel |
None. |
| Pictures |
It represents the list of pictures, selected by a inspector during the inspection. |
Collection of PictureModel |
None. |