Skip to main content
PUT
Update advertiser invoice

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

Invoice ID.

Body

status
string
required

Invoice status: draft, unpaid, paid, rejected, etc.

date_due
string<date>

Due date (YYYY-MM-DD).

invoice_memo
string

Memo text visible to advertiser.

internal_notes
string

Internal notes (not visible to advertiser).

Response

Invoice updated. Returns the updated invoice detail under info.invoice.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object