Invoice lines - OBSOLETE API

List Invoice lines

URL

https://dev.v3manager.com/demo/api/invoiceLine

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/invoiceLine"

Count Invoice lines

URL

https://dev.v3manager.com/demo/api/invoiceLine/count

HTTP Method

GET

Sum Invoice lines

URL

https://dev.v3manager.com/demo/api/invoiceLine/sum

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/invoiceLine/sum?field=total&search=["created",">","05-07-2023"]" Encoded: curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/invoiceLine/sum?field=total&search=%5B%22created%22%2C%22%3E%22%2C%2205-07-2023%22%5D"

Parameters

Name Type Required
field string yes
filter array no

Load Invoice line by id

URL

https://dev.v3manager.com/demo/api/invoiceLine/:id

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/invoiceLine/22"

Create or update Invoice lines

URL

https://dev.v3manager.com/demo/api/invoiceLine

HTTP Method

POST

Fields

Name Label Data type Readonly Descrition
discountRate % Discount percent No
credited Subscriber currency No
updateUserName Updated by string No
updateUser Updated by int Yes
canceled Discarded bool Yes
timeout Expiration datetime Yes
createUser Created by int Yes
createUserName Created by string No
description Description string No
invoiceStatus Invoice int No
invoiceNumber Invoice string No
invoice Invoice int Yes
sourceInvoice Original invoice string No
updated Update date datetime Yes
created Creation date datetime Yes
useDate Production date datetime No
taxAmount Tax Amount currency Yes
tax Taxes string No
taxRate Taxes percent No
taxes Taxes InvoiceLineTax[] No
source Original line int No
minutes Minutes int No
allowPaymentPending Allow pending payment bool No
price Price currency No
priceBeforeTaxes Price without taxes currency No
productName Product string No
product Product int No
id ID int Yes
supply Supply bool No
total Total currency No
totalBeforeTaxes Total before taxes currency No
units Units float No
sale Sale int No
saleDescription Sale string No
fkId int No
fkModel fkModel Yes
hasChildren bool No
options any[] No
parent InvoiceLine No
parentFkId int Yes
parentFkModel fkModel Yes
parentLine int No
parentUuid any No
uuid any No