Click or drag to resize

BookingCriteriaCustomerProfileId Property

Possible existing customer profile id. If filled out the server will attempt a direct match to an existing customer with the same profile ID. This is useful because the new order can be placed on the existing (known) customer instead of creating a new customer in the datastore. It is recommended to always use the profile ID if known beforehand.

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string CustomerProfileId { get; set; }

Property Value

Type: String
Remarks
This property is optional.
See Also