https://dev.v3manager.com/demo/api/invoiceCounter
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/invoiceCounter"
https://dev.v3manager.com/demo/api/invoiceCounter/count
GET
https://dev.v3manager.com/demo/api/invoiceCounter/sum
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/invoiceCounter/sum?field=total&search=["created",">","05-07-2023"]"
Encoded:
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/invoiceCounter/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/invoiceCounter/:id
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/invoiceCounter/22"
https://dev.v3manager.com/demo/api/invoiceCounter
POST
Name | Label | Data type | Readonly | Descrition |
---|---|---|---|---|
updateUserName | Updated by | string | No | |
updateUser | Updated by | int | Yes | |
zeros | Number of ceros to the left | int | No | |
createUserName | Created by | string | No | |
createUser | Created by | int | Yes | |
deleted | Removed | bool | Yes | |
companyName | Company | string | No | |
company | Company | int | No | |
updated | Update date | datetime | Yes | |
created | Creation date | datetime | Yes | |
format | Format | string | No | Usar {{num}} para reemplazar en cualquier parte el número. Usar #### para el año con 4 dígitos o ## con 2 |
prefix | Prefix | bool | No | If you add the number to the left as prefix or to the right |
id | ID | int | Yes | |
reset | Reset | select | No | |
typeName | Type | string | No | |
type | Type | int | No | |
initialValue | Initial value | int | No | |
lastDate | Last date | date | No | |
lastValue | Last value | int | No |
Value | Name |
---|---|
1 | Year |