Versions Compared

Key

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

...

Query returns an array of travelers where the specified uuid is linked as an arranger.

Parameters
NameDescriptionValidation
uuidThe profile UUID for which you want to get a list of travellers where profile is selected as arrangerMandatory parameter
Code Block
languagebash
titleExample request
 curl -v -H "Authorization: Bearer <token>" \
    "https://hurricane.umbrellanet.ch/uf-test/api/v1/traveller/065fe9e0-47b7-4d12-b3de-d3aa38169175/arranger-contacts"

 

 

Scopeapi.profilesondemand.read
Endpointapi/v1/traveller/<uuid>/approver-contacts
Request methodGET

Query returns an array of travelers where the specified uuid is linked as an approver.

 

Parameters 
NameDescriptionValidation
uuidThe profile UUID for which you want to get a list of travellers where profile is selected as approverMandatory parameter

 

 

Code Block
languagebash
titleExample request
 curl -v -H "Authorization: Bearer <token>" \
    "https://hurricane.umbrellanet.ch/uf-test/api/v1/traveller/065fe9e0-47b7-4d12-b3de-d3aa38169175/approver-contacts"

...