Skip to main content
PUT
Update advertiser billing preferences

Authorizations

X-API-Key
string
header
required

Preferred authentication method. Pass the API key in the X-API-Key HTTP request header. The user account must have api_status enabled.

Path Parameters

id
integer
required

Advertiser ID.

Body

application/json
invoice_type
integer

Invoice type ID (references invoice type configuration).

invoice_frequency
integer

Invoice frequency ID (e.g. monthly, weekly).

payment_terms
integer

Payment terms in days.

vat
integer

VAT percentage (e.g. 20 for 20%).

beneficiary_name
string

Legal name of the payment beneficiary.

billing_email
string

Email address for billing notifications.

beneficiary_address
string

Beneficiary mailing address.

tax_id
string

Tax identification number.

Response

Preferences updated.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string