Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Um alle Portal abzufragen, die mir zugewiesen wurde, benutzen Sie bitte den folgenden API Call:

GET https://{baseUrl}/api/v1/{portal}/administration/portals

Die Antwort der API sieht wie folgt aus:

[
  {
    "id": "string",
    "name": "string",
    "sdsDebitorNumber": "string",
    "subdomain": "string",
    "host": "string",
    "domain": "string",
    "ffufId": 0,
    "debitorNumber": "string"
  }
]
  • No labels