The ids of inspections to mark exported, after you have succefully retrieved completed inspection pass back the ID's to mark them as exported so they dont pop up next time this is called.

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

Syntax

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

See Also