Kreditoren

Kreditoren abrufen

Version 1.0


get
Autorisierungen
Abfrageparameter
apiKeystringOptional
Antworten
200

OK

get
/openwowi/v1.0/Commissioning/Creditors
GET /openwowi/v1.0/Commissioning/Creditors HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "CreditorId": 1,
    "PersonId": 1,
    "PersonShortname": "text",
    "AddressZip": "text",
    "AddressTown": "text",
    "AddressStreet": "text",
    "AddressHousenumber": "text"
  }
]

Zuletzt aktualisiert