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.3008.0 (3.2.3008)
public virtual string LoadId { get; set; }
Public Overridable Property LoadId As String
Get
Set
public:
virtual property String^ LoadId {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
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.
Reference