v356

OpenAPI 3.0.3raw.githubusercontent.com2026-08-031733562.1 MB
Credit Note Line Items

List all Credit Note Line Items

List all Credit Note Line Items

get/credit-notes/{creditnote}/line-items

Path parameters

creditnotestring required

The CreditNote ID

Query parameters

beforestring

Pagination cursor. To page through items, omit this parameter to retrieve the first page, and then successively use the value you get from pagination.after or pagination.before to retrieve each page.

afterstring

Pagination cursor. To page through items, omit this parameter to retrieve the first page, and then successively use the value you get from pagination.after or pagination.before to retrieve each page.

limitinteger

Maximum number of objects to return per-page. Must be between 1 and 100 (inclusive).

sortOrder'ASC' | 'DESC'

Sort order. Default: DESC (descending, most often used for reverse chronological sorting).

Headers

Authorizationstring required

Your API credentials. Eg. Basic {credentials}.

sequence-version'2024-07-30'

Use this header to select an API version

Response

OK

Example response

{
  "items": [
    {
      "id": "af60cab3-812d-4250-a051-0fb7133a00c7",
      "creditNoteId": "af60cab3-812d-4250-a051-0fb7133a00c7",
      "groupId": "cd11218d-fa00-4faa-8684-a43113d076a8",
      "lineItemId": "af60cab3-812d-4250-a051-0fb7133a00c7",
      "title": "Ferraris",
      "description": "Red",
      "quantity": "2",
      "rate": "20000.10",
      "taxRate": "0.2",
      "index": 2,
      "priceId": "fe2fcd0b-4c53-45c7-b2ae-b6c1a7d21e95",
      "netTotal": "20000.00",
      "totalTax": "2000.00",
      "grossTotal": "22000.00",
      "rateDisplay": "ABSOLUTE",
      "externalIds": [
        {
          "key": "Xero",
          "value": "123"
        }
      ],
      "servicePeriod": {
        "start": "2025-10-01",
        "endInclusive": "2025-10-30"
      },
      "revenueRecognitionMethod": "STRAIGHT_LINE",
      "revenueClassification": "EARNED",
      "productId": "fe2fcd0b-4c53-45c7-b2ae-b6c1a7d21e95"
    }
  ],
  "pagination": {
    "after": "MDE4NDUyNjYtNmQ2NC03N2M4LTlhZGYtNDQ4N2Q5NGQxNDU3",
    "before": "MDE4NDQyMWUtYTljYy03MTFiLWFmOTMtYmYwNTExZDRkODMz",
    "totalResultSize": 10
  }
}