Versions Compared

Key

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

...

This service will list all the available offers.

The corresponding prices are displayed under prices. If a contract type is only possible on request, this is also displayed under prices.

Code Block
"prices": {
                "sale": {
                    "possibleOnRequest": true
                    }
          }

Example

Request

Code Block
GET /offers
Accept: application/json

...