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.

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

Syntax

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

See Also