cancel
Showing results for 
Search instead for 
Did you mean: 

How to update some fields in the tile "Manage Ocean freight Bookings"?

SAPSupport
Employee
Employee
0 Kudos
131

We are currently working on updating the following date fields in the Manage Ocean Freight booking tile using the Freight Booking API:

  • Estimated Departure Date
  • Actual Departure Date
  • Estimated Unloading Date
  • Actual Unloading Date
  • Estimated Arrival Date
  • Actual Arrival Date

We noticed that these fields are available in the service Freight Booking Event int the API freight booking (A2X) but we can retrieve this data via a GET request, we are unable to perform any UPDATE operations on these fields. Could you please advise us on how we can update these specific date fields through the API? 


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Kudos

Dear SAP Community,

The values of these fields on the "Manage Ocean Freight Booking" App are as you have also mentioned, correctly stored/derived from the corresponding Event Entity of the Freight Booking API. To report additional Events like Arrival/Departure or ETA/ETD for a specific stop, the API action below can be used:

Report Freight Booking Event

My assumption would be that if there are new Events reported, the fields will also be updated on the "Manage Ocean Freight Booking" App depending on the content of the reported events.

I hope this already helps you!

Best regards,

SAP Support.

oumaimayahyaoui
Newcomer
0 Kudos

Hello,

Thanks for your quick reply, but in this API we can only create a report and not update, I try it with postman and PATCH method is not allowed

do have any ideas?

Thanks

Answers (0)