SEPA Mandate anlegen
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
SEPA Mandate anlegen
Version 1.2
post
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Abfrageparameter
apiKeystringOptional
Rumpf
NodeIdinteger · int32Optional
SepaCreditorIdentifierIdinteger · int32Optional
MandateIdstring | nullfähigOptional
OriginalCreditorNamestring | nullfähigOptional
BankaccountIdinteger · int32 | nullfähigOptional
AddressIdinteger · int32 | nullfähigOptional
SepaMandateTypeIdinteger · int32Optional
FormerlyDirectDebitbooleanOptional
ValidFromstring · dateOptionalExample:
2025-10-20Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])ValidTostring · date | nullfähigOptionalExample:
2025-10-20Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])MultiplePaymentModesbooleanOptional
DateOfSignaturestring · date | nullfähigOptionalExample:
2025-10-20Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])PlaceOfSignaturestring | nullfähigOptional
SepaMandateStatusIdinteger · int32Optional
Antworten
201
Created
400
Bad Request
401
Unauthorized
post
/openwowi/v1.2/PersonsWrite/SepaMandatePOST /openwowi/v1.2/PersonsWrite/SepaMandate HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 328
{
"NodeId": 1,
"SepaCreditorIdentifierId": 1,
"MandateId": "text",
"OriginalCreditorName": "text",
"BankaccountId": 1,
"AddressId": 1,
"SepaMandateTypeId": 1,
"FormerlyDirectDebit": true,
"ValidFrom": "2025-10-20",
"ValidTo": "2025-10-20",
"MultiplePaymentModes": true,
"DateOfSignature": "2025-10-20",
"PlaceOfSignature": "text",
"SepaMandateStatusId": 1
}{
"Id": 1
}SEPA Mandate ändern
Version 1.2
put
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Pfadparameter
sepaMandateIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Rumpf
NodeIdinteger · int32Optional
SepaCreditorIdentifierIdinteger · int32Optional
MandateIdstring | nullfähigOptional
OriginalCreditorNamestring | nullfähigOptional
BankaccountIdinteger · int32 | nullfähigOptional
AddressIdinteger · int32 | nullfähigOptional
SepaMandateTypeIdinteger · int32Optional
FormerlyDirectDebitbooleanOptional
ValidFromstring · dateOptionalExample:
2025-10-20Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])ValidTostring · date | nullfähigOptionalExample:
2025-10-20Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])MultiplePaymentModesbooleanOptional
DateOfSignaturestring · date | nullfähigOptionalExample:
2025-10-20Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])PlaceOfSignaturestring | nullfähigOptional
SepaMandateStatusIdinteger · int32Optional
Antworten
200
OK
400
Bad Request
401
Unauthorized
put
/openwowi/v1.2/PersonsWrite/SepaMandate/{sepaMandateId}PUT /openwowi/v1.2/PersonsWrite/SepaMandate/{sepaMandateId} HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 328
{
"NodeId": 1,
"SepaCreditorIdentifierId": 1,
"MandateId": "text",
"OriginalCreditorName": "text",
"BankaccountId": 1,
"AddressId": 1,
"SepaMandateTypeId": 1,
"FormerlyDirectDebit": true,
"ValidFrom": "2025-10-20",
"ValidTo": "2025-10-20",
"MultiplePaymentModes": true,
"DateOfSignature": "2025-10-20",
"PlaceOfSignature": "text",
"SepaMandateStatusId": 1
}{
"Id": 1
}SEPA Gläubiger anlegen
Version 1.2
post
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Abfrageparameter
apiKeystringOptional
Rumpf
IdNumstring | nullfähigOptional
Descriptionstring | nullfähigOptional
NodeIdinteger · int32Optional
Antworten
201
Created
400
Bad Request
401
Unauthorized
post
/openwowi/v1.2/PersonsWrite/SepaCreditorIdentifierPOST /openwowi/v1.2/PersonsWrite/SepaCreditorIdentifier HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 48
{
"IdNum": "text",
"Description": "text",
"NodeId": 1
}{
"Id": 1,
"IdNum": "text"
}SEPA Gläubiger ändern
Version 1.2
put
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Pfadparameter
sepaCreditorIdentifierIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Rumpf
IdNumstring | nullfähigOptional
Descriptionstring | nullfähigOptional
NodeIdinteger · int32Optional
Antworten
200
OK
400
Bad Request
401
Unauthorized
put
/openwowi/v1.2/PersonsWrite/SepaCreditorIdentifier/{sepaCreditorIdentifierId}PUT /openwowi/v1.2/PersonsWrite/SepaCreditorIdentifier/{sepaCreditorIdentifierId} HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 48
{
"IdNum": "text",
"Description": "text",
"NodeId": 1
}{
"Id": 1,
"IdNum": "text"
}Zuletzt aktualisiert
