Create credit note line item

Endpoint for creating a new credit note line item.

Path Params
string
required
Body Params

A ModelSerializer that takes additional arguments for "fields", "omit" and "expand" in order to control which fields are displayed, and whether to replace simple values with complex, nested serializations

string
required

The account associated with this line item.

string

The cost center associated with this line item.

custom_fields
object

A mapping of custom field IDs to their values.

string
required

The line item description.

double | null
≥ 0

The discount as the percentage.

string

The item associated with this line item.

string | null

The item unit of measure for this line item.

double
required

The quantity of the item.

string

The tax rate applied to this line item.

double
required

The unit amount of the item.

Headers
string

Client-provided UUID to uniquely identify a request

string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json