| 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. |
| OrderedByName |
It represents name of a customer who orders the current inspection. |
string |
None. |
| OrderedByEmail |
It represents email of a customer who orders the current inspection. |
string |
None. |
| ClientName |
It represents the name of a client who is owner to a property of a inspection. |
string |
None. |
| ClientEmail |
It represents the email of a client who is owner to a property of a inspection. |
string |
None. |
| CheckNumber |
It represents the check number that customer has given to make the payment. This field should populate only when payment type is check(10) |
string |
None. |
| PaymentAmount |
It represents the amount that customer paid for inspection. |
decimal number |
None. |
| CashAmount | decimal number |
None. |
|
| PaymentType |
It represents type of payment that customer has chosen. |
integer |
None. |
| IPadSummaryShownToCustomer |
It represents the flag that whether IPadSummary has shown to customer or not. |
boolean |
None. |
| IPadSummaryCustomerName |
It represents name of the customer the IPad summary was given to. |
string |
None. |
| IPadSummaryReason |
If inspector was not able to show IPad summary to customer, this field represents the reason. if no summary was given, why? |
string |
None. |
| BilledTermitePrice |
It represents the billed termite price. |
decimal number |
None. |
| BilledRoofPrice |
It represents the billed roof price. |
decimal number |
None. |
| BilledPropertyPrice |
It represents the billed home/property price. |
decimal number |
None. |
| BilledSewerPrice |
It represents the billed sewer price. |
decimal number |
None. |
| TotalBilledPrice |
It represents the total billed price. |
decimal number |
None. |
| PATTermitePrice |
It represents the PAT termite price. |
decimal number |
None. |
| PATRoofPrice |
It represents the PAT roof price. |
decimal number |
None. |
| PATPropertyPrice |
It represents the PAT home/property price. |
decimal number |
None. |
| PATSewerPrice |
It represents the PAT sewer price. |
decimal number |
None. |
| TotalPATPrice |
It represents the total PAT price. |
decimal number |
None. |
| Recipients |
It represents the email recipients of a receipt. |
string |
None. |
| DroneUsed |
It represents the flag that whether drone used for inspection or not. |
integer |
None. |
| DroneNotUsedReason |
If inspector was not able to use drone to inspection, this field represents the reason. |
string |
None. |
| TermiteFeeWaiver |
It represents the flag that whether termite inspection fee waived or not. |
integer |
None. |
| TermitePaid |
It represents the flag Termite inspection fee paid. |
integer |
None. |
| RoofPaid |
It represents the flag Roof inspection fee paid. |
integer |
None. |
| PropertyPaid |
It represents the flag Home inspection fee paid. |
integer |
None. |
| SewerPaid |
It represents the flag sewer inspection fee paid. |
integer |
None. |