For the complete documentation index, see llms.txt. This page is also available as Markdown.

Kreditoren

Kreditoren abrufen

Version 1.0


get
Autorisierungen
OAuth2passwordErforderlich

Use username and password.

Token URL:
Abfrageparameter
apiKeystringOptional
Antworten
200

OK

CreditorIdinteger · int32Optional
PersonIdinteger · int32Optional
PersonShortnamestring · nullableOptional
AddressZipstring · nullableOptional
AddressTownstring · nullableOptional
AddressStreetstring · nullableOptional
AddressHousenumberstring · nullableOptional
get/openwowi/v1.0/Commissioning/Creditors
GET /openwowi/v1.0/Commissioning/Creditors HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "CreditorId": 1,
    "PersonId": 1,
    "PersonShortname": "text",
    "AddressZip": "text",
    "AddressTown": "text",
    "AddressStreet": "text",
    "AddressHousenumber": "text"
  }
]

Zuletzt aktualisiert