getCreditNoteById
getCreditNoteByIdRetrieve a credit note by its unique ID to access amount, status, customer, invoice association, and line items URL.
Instructions
Retrieve a credit note by its ID, including amount, status, customer, invoice association, and line items URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| creditNoteId | Yes | The unique identifier (UUID) of the credit note. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |