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
Body
NodeIdinteger · int32Optional
SepaCreditorIdentifierIdinteger · int32Optional
MandateIdstring · nullableOptional
OriginalCreditorNamestring · nullableOptional
BankaccountIdinteger · int32 · nullableOptional
AddressIdinteger · int32 · nullableOptional
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 · nullableOptionalExample:
2025-10-20Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])MultiplePaymentModesbooleanOptional
DateOfSignaturestring · date · nullableOptionalExample:
2025-10-20Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])PlaceOfSignaturestring · nullableOptional
SepaMandateStatusIdinteger · int32Optional
Antworten
201
Created
Idinteger · int32Optional
400
Bad Request
401
Unauthorized
post/openwowi/v1.2/PersonsWrite/SepaMandate
POST /openwowi/v1.2/PersonsWrite/SepaMandate HTTP/1.1
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
Body
NodeIdinteger · int32Optional
SepaCreditorIdentifierIdinteger · int32Optional
MandateIdstring · nullableOptional
OriginalCreditorNamestring · nullableOptional
BankaccountIdinteger · int32 · nullableOptional
AddressIdinteger · int32 · nullableOptional
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 · nullableOptionalExample:
2025-10-20Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])MultiplePaymentModesbooleanOptional
DateOfSignaturestring · date · nullableOptionalExample:
2025-10-20Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])PlaceOfSignaturestring · nullableOptional
SepaMandateStatusIdinteger · int32Optional
Antworten
200
OK
Idinteger · int32Optional
400
Bad Request
401
Unauthorized
put/openwowi/v1.2/PersonsWrite/SepaMandate/{sepaMandateId}
PUT /openwowi/v1.2/PersonsWrite/SepaMandate/{sepaMandateId} HTTP/1.1
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
Body
IdNumstring · nullableOptional
Descriptionstring · nullableOptional
NodeIdinteger · int32Optional
Antworten
201
Created
Idinteger · int32Optional
IdNumstring · nullableOptional
400
Bad Request
401
Unauthorized
post/openwowi/v1.2/PersonsWrite/SepaCreditorIdentifier
POST /openwowi/v1.2/PersonsWrite/SepaCreditorIdentifier HTTP/1.1
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
Body
IdNumstring · nullableOptional
Descriptionstring · nullableOptional
NodeIdinteger · int32Optional
Antworten
200
OK
Idinteger · int32Optional
IdNumstring · nullableOptional
400
Bad Request
401
Unauthorized
put/openwowi/v1.2/PersonsWrite/SepaCreditorIdentifier/{sepaCreditorIdentifierId}
PUT /openwowi/v1.2/PersonsWrite/SepaCreditorIdentifier/{sepaCreditorIdentifierId} HTTP/1.1
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
