List of customer codes you are retrieviing completed inspections for, your code(s) would have been provided to you. Many times you are only retrieving for a single code.

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

Syntax

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

See Also