Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


This has been deprecated. Follow instead the standard REST endpoint

Short Description

The objective of the bill of lading integration is to automate the creation and flow of transactions between the Dataloy VMS and a cargo documentation system. The advantage is, for example, reduced risk of errors as several transactions handled by the Dataloy VMS system generates transactions to be entered in a client cargo documentation system. 

...

Note

Updated for API version 2.0.0 using the new required date format yyyy-dd-MMThh:mi:ss to conform ISO 8601, (prior versions has date format: yyyy-dd-MM hh:mi:ss)

 

    
 "cargo":206591205,    
 "billOfLadingDate":"2015-09-21T00:00:00",    
 "billOfLadingNo":"123456",    
 "cargoQuantity":0,    
 "consignee":null,     
 "notifyParty":null ,    
 "volume":0,    
 "weight":0
}

Properties

PropertyTypeLengthMandatoryDescriptionComments

weight

Double

126

Cargo Weight


volume

Double

126

Cargo Volume


notifyParty

String

80

The Person to be Notified upon Cargo Arrival.


consignee

String

80

The Person to Whom the Cargo is to be Delivered.


cargoQuantity

Double

126

Cargo Quantity


billOfLadingNo

String

20Yes

Bill of Lading (B/L) Number


billOfLadingDate

Date

Bill of Lading (B/L) Date


 cargo /Cargo
 YesIdentifies Cargo of the Bill of Lading (B/L).

The Bill of Lading (B/L) Stages

...