ParentId Property
Reference to parent Customer .
Syntax
[VB.NET] Public Property ParentId As String
[C#] public string ParentId {get; set;}
Remarks
This is a reference to a parent Customer. If Parent is set to a nonempty string, then this Customer is a sub-customer or job of its Parent.
This property is allowed in Add operations, and not used in Update operations.
Default Value
""