delete
DELETE /openwowi/v1.2/PersonsWrite/Person/{personId}/BankAccount/{personBankAccountId} HTTP/1.1
Host: 
Accept: */*
{
  "Id": 1,
  "BankAccountId": 1,
  "Person": {
    "Id": 1,
    "IdNum": "text"
  }
}
post
POST /openwowi/v1.2/PersonsWrite/Person/{personId}/BankAccount HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 174

{
  "BankId": 1,
  "BankAccountTypeId": 1,
  "BankAccountUsageTypeId": 1,
  "CurrencyId": 1,
  "Iban": "text",
  "Bic": "text",
  "AccountHolder": "text",
  "ValidFrom": "2025-04-26",
  "ValidTo": "2025-04-26"
}
{
  "Id": 1,
  "BankAccountId": 1,
  "Person": {
    "Id": 1,
    "IdNum": "text"
  }
}
post
POST /openwowi/v1.2/PersonsWrite/Person/{personId}/BankAccount/Assign HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 46

{
  "BankAccountId": 1,
  "BankAccountUsageTypeId": 1
}
{
  "Id": 1,
  "BankAccountId": 1,
  "Person": {
    "Id": 1,
    "IdNum": "text"
  }
}
put
PUT /openwowi/v1.2/PersonsWrite/Person/{personId}/BankAccount/{personBankAccountId} HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 174

{
  "BankId": 1,
  "BankAccountTypeId": 1,
  "BankAccountUsageTypeId": 1,
  "CurrencyId": 1,
  "Iban": "text",
  "Bic": "text",
  "AccountHolder": "text",
  "ValidFrom": "2025-04-26",
  "ValidTo": "2025-04-26"
}
{
  "Id": 1,
  "BankAccountId": 1,
  "Person": {
    "Id": 1,
    "IdNum": "text"
  }
}