Versions Compared

Key

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

Short Description

...

More information:/PortCall.

Post Transaction 

When a port call is successfully transferred to an agency system, the port call status must be updated to Appointed in Dataloy VMS. This is done in a PUT request:

...


More information:/PortCall.

Post Transaction 

When an updated port call has been successfully handled in the agency system, the port call status must be updated to Updated in Dataloy VMS. This is done in a PUT request:

...

PropertyTypeDescriptionComments
portCall/PortCallIdentifies Port CallIf a disbursement account (DA) is inserted into Dataloy at a later stage, the port call identifier is necessary to identify which port call to insert the DA on.
agent/BusinessPartnerAgent of the Port CallDataloy VMS agent codes are to be retrieved from Dataloy VMS and can be retrieved through the BusinessPartner resource:
BusinessPartner?filter=businessPartnerType.businessPartnerType(EQ)A
voyage/VoyageThe Voyage the Port Call Belongs to 
vessel/VesselThe Vessel the voyage Belongs to 
company/CompanyThe Company of Responsible for the Voyage 
port/PortPort of the Port Call 
reasonForCall/ReasonForCallReason for Call 
cargos/CargoCargoes on the Voyage 
commodity/CommodityCommodity of the Cargo 
eventLogs/EventLogInformation when the Vessel Arrived, Berthed and Departed from the port  


Anchor
businessPartner
businessPartner

...

Create test data for transferring business partners from Dataloy VMS by updating Business Partners in Master Data.

Post Transaction 

No post transaction is required.

...