Delivery note invoice lines - OBSOLETE API

List Delivery note invoice lines

URL

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

HTTP Method

GET

Example

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

Count Delivery note invoice lines

URL

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

HTTP Method

GET

Sum Delivery note invoice lines

URL

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

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/stockInvoiceLine/sum?field=total&search=["created",">","05-07-2023"]" Encoded: curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/stockInvoiceLine/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 Delivery note invoice line by id

URL

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

HTTP Method

GET

Example

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

Create or update Delivery note invoice lines

URL

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

HTTP Method

POST

Fields

Name Label Data type Readonly Descrition
discountRate % Disc percent No
taxRate % Taxes percent No
updateUserName Updated by string No
updateUser Updated by int Yes
createUser Created by int Yes
createUserName Created by string No
description Description string No
deleted Removed bool Yes
stockInvoice delivery note invoice int Yes
stockInvoiceNumber delivery note invoice string No
updated Update date datetime Yes
created Creation date datetime Yes
taxAmount Tax Amount currency Yes
price Gross Price currency No
priceBeforeTaxes Net Price currency No
product Product int No
productName Product string No
id ID int Yes
total Gross total currency No
totalBeforeTaxes Net total currency No
units Units float No