Kreditoren
Ab Version 1.1 sind die Kreditorendaten im Belegsystem dokumentiert und über eine neue Route abzurufen.
Kreditoren abrufen
Version 1.0
get
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Abfrageparameter
apiKeystringOptional
Antworten
200
OK
CreditorIdinteger · int32Optional
PersonIdinteger · int32Optional
PersonShortnamestring · nullableOptional
AddressZipstring · nullableOptional
AddressTownstring · nullableOptional
AddressStreetstring · nullableOptional
AddressHousenumberstring · nullableOptional
400
Bad Request
401
Unauthorized
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
