Click or drag to resize

JobLoadId Property

Car Delivery Network
Optional (40) - A unique identifier for this job, generated by the client system.

Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3101.0 (3.2.3101)
Syntax
C#
public virtual string LoadId { get; set; }

Property Value

String
Remarks
LoadId is an optional, client system generated, unique Id by which the job can be referred to on Car Delivery Network. Once the job is created, LoadId cannot be changed.
See Also