Examples and test
We have added two methods for testing purpose. You may use these two methods to test authorization and POST/GET methods.
POST method
https://bookingapi.logisticstechnology.no/test/PostTest
The method have one parameter, names. Names is a list of strings. The method returns the names you send in.
Add your data in the HTTP request body like this:
[“John“, “Jane“]
Set content type to json:
Content-Type: 'application/json'
GET method
https://bookingapi.logisticstechnology.no/test/GetTest
The method have no parameters. It returns a list of mockup parcels.