For the complete documentation index, see llms.txt. This page is also available as Markdown.

SEPA Mandate anlegen

SEPA Mandate anlegen

Version 1.2


post
Autorisierungen
OAuth2passwordErforderlich

Use username and password.

Token URL:
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
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
OAuth2passwordErforderlich

Use username and password.

Token URL:
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
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
OAuth2passwordErforderlich

Use username and password.

Token URL:
Abfrageparameter
apiKeystringOptional
Body
IdNumstring · nullableOptional
Descriptionstring · nullableOptional
NodeIdinteger · int32Optional
Antworten
201

Created

Idinteger · int32Optional
IdNumstring · nullableOptional
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
OAuth2passwordErforderlich

Use username and password.

Token URL:
Pfadparameter
sepaCreditorIdentifierIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Body
IdNumstring · nullableOptional
Descriptionstring · nullableOptional
NodeIdinteger · int32Optional
Antworten
200

OK

Idinteger · int32Optional
IdNumstring · nullableOptional
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