JobLoadId Property | |
Optional (40) - A unique identifier for this job, generated by the client system.
Namespace: CarDeliveryNetwork.Api.DataAssembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3107.0 (3.2.3107)
Syntax public virtual string LoadId { get; set; }
Property Value
StringRemarks
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