Discussions

Ask a Question
Back to all

Update a Customer Error: Bank account muss ausgefüllt werden

(edited)

It´s included in the request, no idea, why I receive this error:

Bank account muss ausgefüllt werden

curl --request PUT
--url https://app-staging.b2brouter.net/clients/1313267573.xml
--header 'X-B2B-API-Key: {YOUR_API_KEY}'
--header 'accept: application/xml'
--header 'content-type: application/json'
--data '
{
"client": {
"language": "de",
"is_client": true,
"is_provider": false,
"terms": "custom",
"public_sector": false,
"tin_scheme": "9930",
"tin_value": "DE81*02",
"name": "Exampel GmbH",
"email": "Ju***
el@c*x.de",
"phone": "+497***
911",
"address": "Exampel 15",
"postalcode": "42651",
"city": "Solingen",
"province": "NRW",
"country": "de",
"currency": "EUR",
"transport_type_code": "email",
"document_type_code": "xml.cii.cross_industry_invoice.xrechnung.v3.0",

"iban": "DE0******51",
"bic": "BY**001",
"payment_method": 4,
"payment_method_text": "Überweisung",
"contact_person": "Ulrike",
"vat_payability": "I"
}
}
'

best regards

Ulrike