Skip to main content
POST
/realms/{realmId}/organizations/{organizationId}/invoices/{invoiceId}/entries

Authorizations

Authorization
string
header
required

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

Path Parameters

realmId
string
required
organizationId
string
required
invoiceId
string
required

Body

application/json
entries
object[]
Minimum array length: 1

Response

201 - application/json

Successful response

id
string
required
identifier
string
required
invoice
string
required
amount
number
required
chargeMethod
enum<string>
required
Available options:
INSTANT,
LATER
productType
enum<string>
required
Available options:
RECURRENT,
ONE_TIME,
ON_EVENT
effectiveAt
string<date-time>
required
external
object
required
status
enum<string>
required
Available options:
OPEN,
DELETED
createdBy
string
required
updatedBy
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
description
string