Invoice types - OBSOLETE API

List Invoice types

URL

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

HTTP Method

GET

Example

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

Count Invoice types

URL

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

HTTP Method

GET

Sum Invoice types

URL

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

HTTP Method

GET

Example

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

URL

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

HTTP Method

GET

Example

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

Create or update Invoice types

URL

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

HTTP Method

POST

Fields

Name Label Data type Readonly Descrition
updateUserName Updated by string No
updateUser Updated by int Yes
taxNumberRequired Require Tax Number ID bool No
reverseType Cancellation by int No
reverseTypeName Cancellation by string No
customerRequired Require a client bool No
convertibleInto Convertible into int No
convertibleIntoName Convertible into string No
createUser Created by int Yes
createUserName Created by string No
code Code string No
addressRequired Require an address bool No
isInternal Internal document bool No
deleted Removed bool Yes
isReplace Exchange invoice bool No
isSummary Global invoice bool No
isProforma Proforma invoice bool No
isReceipt Invoice receipt bool No
isCreditNote Rectifying invoice bool No
updated Update date datetime Yes
created Creation date datetime Yes
skipValidations Ignore validations bool No
preventNegativeLines Prevent negative lines bool No
preventPositiveLines Prevent positive lines bool No
preventNegative Prevent negative total bool No
preventPositive Prevent positive total bool No
maxAmount Maximum limit currency No
name Name string No
allowReceipts Allows receipts bool No
template Invoice template A4 int No
templateName Invoice template A4 string No
id ID int Yes