Versions Compared

Key

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

...

Get generic setup by travel agency

Scopes
TODO

api.profilesondemand.read

Endpoints

api/v1/

TODO

configuration/setup/agency/{uuid}

Request methodGET

Fetch the generic setup of a travelagency tailored to the access level of the calling user / application

Parameters
NameDescriptionValidation
<uuid>The UUID of the travelagencyRequired parameter
Code Block
languagebash
titleExample request
curl -v -H "Authorization: Bearer <token>" \
    "https://hurricane.umbrellanet.ch/uf-test/api/v1/configuration/setup/agency/TODO"
Code Block
languagejs
titleExample Response
TODO

System reference data API

...