https://dev.v3manager.com/demo/api/invoiceReceipt
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/invoiceReceipt"
https://dev.v3manager.com/demo/api/invoiceReceipt/count
GET
https://dev.v3manager.com/demo/api/invoiceReceipt/sum
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/invoiceReceipt/sum?field=total&search=["created",">","05-07-2023"]"
Encoded:
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/invoiceReceipt/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/invoiceReceipt/:id
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/invoiceReceipt/22"
Name | Label | Data type | Readonly | Descrition |
---|---|---|---|---|
updateUserName | Updated by | string | No | |
updateUser | Updated by | int | Yes | |
amount | Amount | currency | No | |
customer | Customer | int | No | |
customerName | Customer | string | No | |
createUser | Created by | int | Yes | |
createUserName | Created by | string | No | |
isFTR | Of invoice receipt | bool | No | |
deleted | Removed | bool | Yes | |
updated | Update date | datetime | Yes | |
created | Creation date | datetime | Yes | |
sequenceNumber | Number | int | No | |
number | Receipt number | string | No | |
comments | Observations | text | No | |
id | ID | int | Yes | |
payments | InvoicePayment[] | No |