Skip to main content
PUT
Replace all line items of a credit note

Authorizations

Authorization
string
header
required

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

Headers

x-finops-version
string<date>
required
x-organization-id
string<uuid>
required

The ID of the entity that owns the requested resource.

Example:

"9d2b4c8f-2087-4738-ba91-7359683c49a4"

Path Parameters

credit_note_id
string<uuid>
required

Body

application/json

Schema for replacing all line items of a credit note.

data
object[]
required

List of credit note line items to replace existing ones

Response

Successful Response

A paginated list of credit note line items.

data
object[]
required

List of credit note line items for the current page

next_pagination_token
string

Token to retrieve the next page of results

Example:

"eyJwYWdlIjoyfQ=="

prev_pagination_token
string

Token to retrieve the previous page of results

Example:

"eyJwYWdlIjoxfQ=="