Kreditoren
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Kreditoren anlegen
Version 1.2
post
Autorisierungen
Abfrageparameter
apiKeystringErforderlich
Rumpf
CreditorNumberstring | nullfähigOptional
CustomerIdByCreditorstring | nullfähigOptional
PaymentsExclusionstring · date | nullfähigOptionalExample:
2025-10-16
Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])
DefaultSalesTaxKeyIdinteger · int32 | nullfähigOptional
DefaultRegulationIdinteger · int32Optional
Descriptionstring | nullfähigOptional
ExemptionCertificateUnnecessarybooleanOptional
LockedbooleanOptional
LockedCommissioningboolean | nullfähigOptional
AllocateOpenItemsAutomaticallybooleanOptional
RedoOIClearingAfterInvoiceReversalbooleanOptional
IsVariousbooleanOptional
MaturityDefaultinteger · int32 | nullfähigOptional
MaturityIn1Dayinteger · int32 | nullfähigOptional
MaturityIn2Dayinteger · int32 | nullfähigOptional
MaturityIn3Dayinteger · int32 | nullfähigOptional
CashDiscountPercent1number · decimal | nullfähigOptional
CashDiscountPercent2number · decimal | nullfähigOptional
CashDiscountPercent3number · decimal | nullfähigOptional
PersonIdinteger · int32Optional
NodeIdinteger · int32Optional
CreationDatestring · date-timeOptional
ManagementIdsinteger · int32[] | nullfähigOptional
BankaccountIdinteger · int32 | nullfähigOptional
AccessibilityIdinteger · int32Optional
Antworten
201
Created
400
Bad Request
401
Unauthorized
post
POST /openwowi/v1.2/AccountancyMasterDataWrite/Creditor?apiKey=text HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 611
{
"CreditorNumber": "text",
"CustomerIdByCreditor": "text",
"PaymentsExclusion": "2025-10-16",
"DefaultSalesTaxKeyId": 1,
"DefaultRegulationId": 1,
"Description": "text",
"ExemptionCertificateUnnecessary": true,
"Locked": true,
"LockedCommissioning": true,
"AllocateOpenItemsAutomatically": true,
"RedoOIClearingAfterInvoiceReversal": true,
"IsVarious": true,
"MaturityDefault": 1,
"MaturityIn1Day": 1,
"MaturityIn2Day": 1,
"MaturityIn3Day": 1,
"CashDiscountPercent1": 1,
"CashDiscountPercent2": 1,
"CashDiscountPercent3": 1,
"PersonId": 1,
"NodeId": 1,
"CreationDate": "2025-10-16T02:15:08.613Z",
"ManagementIds": [
1
],
"BankaccountId": 1,
"AccessibilityId": 1
}
{
"Id": 1,
"CreditorNumber": "text"
}
Kreditoren ändern
Version 1.2
put
Autorisierungen
Pfadparameter
creditorIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringErforderlich
Rumpf
CreditorNumberstring | nullfähigOptional
CustomerIdByCreditorstring | nullfähigOptional
PaymentsExclusionstring · date | nullfähigOptionalExample:
2025-10-16
Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])
DefaultSalesTaxKeyIdinteger · int32 | nullfähigOptional
DefaultRegulationIdinteger · int32Optional
Descriptionstring | nullfähigOptional
ExemptionCertificateUnnecessarybooleanOptional
LockedbooleanOptional
LockedCommissioningboolean | nullfähigOptional
AllocateOpenItemsAutomaticallybooleanOptional
RedoOIClearingAfterInvoiceReversalbooleanOptional
IsVariousbooleanOptional
MaturityDefaultinteger · int32 | nullfähigOptional
MaturityIn1Dayinteger · int32 | nullfähigOptional
MaturityIn2Dayinteger · int32 | nullfähigOptional
MaturityIn3Dayinteger · int32 | nullfähigOptional
CashDiscountPercent1number · decimal | nullfähigOptional
CashDiscountPercent2number · decimal | nullfähigOptional
CashDiscountPercent3number · decimal | nullfähigOptional
PersonIdinteger · int32Optional
NodeIdinteger · int32Optional
CreationDatestring · date-timeOptional
ManagementIdsinteger · int32[] | nullfähigOptional
BankaccountIdinteger · int32 | nullfähigOptional
AccessibilityIdinteger · int32Optional
Antworten
200
OK
400
Bad Request
401
Unauthorized
put
PUT /openwowi/v1.2/AccountancyMasterDataWrite/Creditor/{creditorId}?apiKey=text HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 611
{
"CreditorNumber": "text",
"CustomerIdByCreditor": "text",
"PaymentsExclusion": "2025-10-16",
"DefaultSalesTaxKeyId": 1,
"DefaultRegulationId": 1,
"Description": "text",
"ExemptionCertificateUnnecessary": true,
"Locked": true,
"LockedCommissioning": true,
"AllocateOpenItemsAutomatically": true,
"RedoOIClearingAfterInvoiceReversal": true,
"IsVarious": true,
"MaturityDefault": 1,
"MaturityIn1Day": 1,
"MaturityIn2Day": 1,
"MaturityIn3Day": 1,
"CashDiscountPercent1": 1,
"CashDiscountPercent2": 1,
"CashDiscountPercent3": 1,
"PersonId": 1,
"NodeId": 1,
"CreationDate": "2025-10-16T02:15:08.613Z",
"ManagementIds": [
1
],
"BankaccountId": 1,
"AccessibilityId": 1
}
{
"Id": 1,
"CreditorNumber": "text"
}
Kreditoren löschen
Version 1.2
delete
Autorisierungen
Pfadparameter
creditorIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringErforderlich
Antworten
200
OK
400
Bad Request
401
Unauthorized
delete
DELETE /openwowi/v1.2/AccountancyMasterDataWrite/Creditor/{creditorId}?apiKey=text HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"Id": 1,
"CreditorNumber": "text"
}
Zuletzt aktualisiert