Booking API

URLs

  • Test: https://tbookingapi.logisticstechnology.no
  • Production: https://bookingapi.logisticstechnology.no

Methods

Http methodRelative pathMethod description
GET /Parcels/GetParcel Get information about a parcel
POST /Parcels/GetParcelsByParcelIds Lists parcels by list of Ids. Notice that this is POST method with a BODY, though it might have been a GET method.
POST /Parcels/Order Method for ordering freights.
POST /Parcels/OrderReturnForParcel Method to register a return and get return informastion about a parcel
POST /Parcels/UpdateOrder Method to update freight orders.
GET /Shipment/{shipmentid} Method to get information about a shipment
POST /Shipment/Book Method for booking freights.
POST /Shipment/Update Method to update booked freights. It is only possible to update drafts. Already published shipments are locked.
GET /Test/GetTest TEST: Method to test a GET request
POST /Test/PostTest TEST: Method to test POST data to the API