Skip to main content
PATCH

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json

Update debtor information. All fields are optional - only send the fields you want to update.

acting_as
enum<string>
Available options:
person,
company
customer_id
string<uuid> | null

Optional link to a customer for partner revenue sharing

iban
string
Required string length: 15 - 34
bic
string
Required string length: 8 - 11
debtor_type
enum<string>
Available options:
privateperson,
protocolled_company,
unprotocolled_company
person
object
company
object
addresses
object[]

Debtor addresses (replaces all existing addresses)

communication_channels
object[]

Communication channels like email, phone, mobile (replaces all existing channels)

Response

Debtor updated

success
boolean
data
object