The customer for the case (Lookup ID). This key number should be provided to you and maps you login to your available customer codes.

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

Syntax

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

See Also