Click or drag to resize

Customer Class

Car Delivery Network
A Car Delivery Network Customer entity.
Inheritance Hierarchy
SystemObject
  ApiEntityBase
    ApiEntityBaseContactDetails
      CarDeliveryNetwork.Api.DataContactDetails
        CarDeliveryNetwork.Api.DataCustomer

Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3101.0 (3.2.3101)
Syntax
C#
public class Customer : ContactDetails

The Customer type exposes the following members.

Constructors
 NameDescription
Public methodCustomerInitializes a new instance of the Customer class
Top
Properties
 NameDescription
Public propertyDrivenRateCardId Optional (255) - A unique identifier with which to refer to this contact.
Public propertyTransportedRateCardId Optional (255) - A unique identifier with which to refer to this contact.
Top
Remarks
If you only specify the Id or QuickCode then the contact must be already present To create a new contact you must specify the OrganisationName, City, StateRegion If you specify a contact that is already in the database all fields present will updated the the fields in the Job contact. The more address detail provided for a contact the more accurate a map location will be. The system will use google maps and the data provided to pin point a contact on a map.
See Also