https://dev.v3manager.com/demo/api/invoiceType
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/invoiceType"
https://dev.v3manager.com/demo/api/invoiceType/count
GET
https://dev.v3manager.com/demo/api/invoiceType/sum
GET
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"
Name | Type | Required |
---|---|---|
field | string | yes |
filter | array | no |
https://dev.v3manager.com/demo/api/invoiceType/:id
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/invoiceType/22"
https://dev.v3manager.com/demo/api/invoiceType
POST
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 |