LC360API.Carrier_V1 is a simplisitic, restful service meant to allow an insurance carrier to order inspections and retrieve the final inspection report, form data and photos. It can be used by any PHP, .NET or other application language by using this enclosed document as well as by navigating to the service URL for context sesnsitive and service details. Subsequent versions of this API will be created as separate web services in the _V1, _v2 format allowing for backwards compatibility. If you have any questions please contact developmentsupport@utilant.com or the person who sent you connectinf information for this service.

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

Syntax

C#
public class ImportInspectionsRequest : Credentials
Visual Basic
Public Class ImportInspectionsRequest _
	Inherits Credentials
Visual C++
public ref class ImportInspectionsRequest : public Credentials

Inheritance Hierarchy

System..::..Object
  LC360API.Carrier_V1..::..Credentials
    LC360API.Carrier_V1..::..ImportInspectionsRequest

See Also