Versions Compared

Key

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

...


Example

Description

Username (see Authentication section)

wsfoobar

A valid username.

Password (see Authentication section)

a-very-very-long-password

A password matching given username.

shopId

1234

All bookings are made with respect to a given shop. 

transportSolutionId

5

An identifier for a valid transport solution. The transport solution determines how the booked package will be distributed.

Info

Clients using this API should not fail if new optional fields are added to the API. If a new field is added to the request or response on a later stage, existing clients should handle this in a way such as they just ignore the field.


Environments

Consider using the TEST-endpoint while developing your system. By doing this you ensure that your test-data will not pollute any potential external systems.

...