The Inspection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Inspection | Initializes a new instance of the Inspection class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Agent |
The agent for the policy.
| |
| Attributes |
Customer provided fields (hard coded fields). If additional fields are required such as coverageAIn, year built, etc. See attributes enumeration for list.
| |
| CustomerKey |
The customer for the case (Lookup ID). This key number should be provided to you and maps you login to your available customer codes.
| |
| EffectiveDate |
The date that the policy is effective.
| |
| ExtraFields |
Generic fields or string key value pairs that can be assigned as needed to a case for a given import/customer. These will be provided to you where needed. Would contain data such as "fire policy indicator" "special program data" "imageright routing code" and others.
| |
| IgnoreDuplicates |
If we should ignore duplicate requests you can set this to true.
| |
| InspectionType |
The lookup id of the inspection type of the case. A unique list of inspection types will be provided to you that are available for you to order. Example may be HOEXT, HOINT, HVH. Each type maps to an inspection type.
| |
| IsRush |
Whether or not the inspection should be marked as a rush with a shorter due date.
| |
| Location |
The address of the location being inspected.
| |
| Mailing |
The billing/contact address of the owner of the location be inspected (often same).
| |
| Notes |
Customer special attention notes. Notes from the underwriter to the inspection company pointing out specific concerns or needs.
| |
| PolicyHolder |
The holder of the policy. Specificaly the policyholder name (first and last) or if business the business name.
| |
| PolicyNumber |
The policy number assigned by the insurance carrier.
| |
| SupplementForms |
Any extra forms required on case (lookup ids) (these are checked against case type for validity). For each inspection type above their is a unique list of supplements that are available. That list of inspection types will be provided and may include such items as WBS, EH, etc.
| |
| Underwriter |
The underwriter for the policy.
|