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.

Namespace: LC360API.Carrier_V1
Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string InspectionType { get; set; }
Visual Basic
Public Property InspectionType As String
	Get
	Set
Visual C++
public:
property String^ InspectionType {
	String^ get ();
	void set (String^ value);
}

See Also