Get a single line item of a credit note

Authentication

AuthorizationBearer

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

Path parameters

credit_note_idstringRequired
line_item_idstringRequired

Headers

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Response

Successful Response
idstringformat: "uuid"
Unique identifier of the line item
created_atdatetime
Timestamp when the line item was created
updated_atdatetime
Timestamp when the line item was last updated
credit_note_idstringformat: "uuid"
ID of the parent credit note
created_by_user_idstringformat: "uuid"
ID of the user who created the line item
descriptionstring
Detailed description of the line item
namestring
Name or title of the line item
quantitydouble>=0
Quantity of items
subtotalinteger
Subtotal amount before tax
taxinteger>=0
Tax percentage
tax_amountinteger
Tax amount
totalinteger
Total amount including tax
unitstring
Unit of measurement
unit_priceinteger
Price per unit in smallest currency unit

Errors

401
Get Payable Credit Notes ID Line Items ID Request Unauthorized Error
403
Get Payable Credit Notes ID Line Items ID Request Forbidden Error
404
Get Payable Credit Notes ID Line Items ID Request Not Found Error
422
Get Payable Credit Notes ID Line Items ID Request Unprocessable Entity Error
500
Get Payable Credit Notes ID Line Items ID Request Internal Server Error