Get a single line item of a payable

Get information about a specific line item with a given ID.

Related guide: Retrieve a line item

See also:

Manage line items

Collect payables

Path parameters

line_item_idstringRequired
payable_idstringRequired

Headers

AuthorizationstringRequired

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

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

Response

Successful Response
idstringformat: "uuid"
payable_idstringformat: "uuid"
accounting_tax_rate_idstring or nullformat: "uuid"

ID of the tax rate reference used for accounting integartion. May be used to override auto-picked tax rate reference in accounting platform in case of any platform-specific constraints.

descriptionstring or null
Description of the product.
ledger_account_idstring or nullformat: "uuid"

ID of the account record used to store bookkeeping entries for balance-sheet and income-statement transactions.

namestring or null
Name of the product.
ocr_set_quantity_to_oneboolean or nullDefaults to false

Indicates whether the item’s unit_price and quantity were adjusted by OCR.

quantitydouble or null
The quantity of each of the goods, materials, or services listed in the payable.
subtotalinteger or null

The subtotal (excluding VAT), in minor units.

taxinteger or null

VAT rate in percent minor units. Example: 12.5% is 1250.

tax_amountinteger or null

Tax amount in minor units. For example, $12.50 is represented as 1250.

totalinteger or null
The actual price of the product.
unitstring or null
The unit of the product
unit_priceinteger or null

The unit price of the product, in minor units. For example, $12.50 is represented as 1250.

was_created_by_user_idstring or nullformat: "uuid"
ID of the user who created the tag.

Errors