Skip to main content
PUT
Replace buyer settings
Use this endpoint to set the language and formality level Tilta applies to every automated email it sends to a buyer.
Match the language to the buyer’s business_address_country so that onboarding invitations and payment reminders arrive in the language the buyer’s finance team works in. FORMAL is the appropriate formality for most B2B communication.

Authorizations

Authorization
string
header
required

Your Tilta API key, sent as Bearer <key>.

Path Parameters

external_id
string
required

Unique identifier of a buyer.

Maximum string length: 100
Pattern: ^[a-zA-Z0-9-_]+$

Body

application/json
language
enum<string> | null
required

Buyer's preferred communication language. Send null to clear.

Available options:
AR,
BG,
CS,
DA,
DE,
EL,
EN,
ES,
ET,
FI,
FR,
GA,
HR,
HU,
IT,
JA,
LT,
LV,
MT,
NL,
NO,
PL,
PT,
RO,
RU,
SK,
SL,
SV,
TR,
UK,
ZH
formality
enum<string> | null
required

Buyer's preferred communication formality. Send null to clear.

Available options:
NEUTRAL,
FORMAL,
INFORMAL

Response

Buyer's communication preferences.

language
enum<string> | null
required

Buyer's preferred communication language. Send null to clear.

Available options:
AR,
BG,
CS,
DA,
DE,
EL,
EN,
ES,
ET,
FI,
FR,
GA,
HR,
HU,
IT,
JA,
LT,
LV,
MT,
NL,
NO,
PL,
PT,
RO,
RU,
SK,
SL,
SV,
TR,
UK,
ZH
formality
enum<string> | null
required

Buyer's preferred communication formality. Send null to clear.

Available options:
NEUTRAL,
FORMAL,
INFORMAL