Invoice payments - OBSOLETE API

List Invoice payments

URL

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

HTTP Method

GET

Example

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

Count Invoice payments

URL

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

HTTP Method

GET

Sum Invoice payments

URL

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

HTTP Method

GET

Example

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

URL

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

HTTP Method

GET

Example

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

Fields

Name Label Data type Readonly Descrition
updateUserName Updated by string No
updateUser Updated by int Yes
amount Amount currency No
payment Payment int No
createUserName Created by string No
createUser Created by int Yes
isFTR Of invoice receipt bool No
deleted Removed bool Yes
invoiceNumber Invoice string No
invoice Invoice int No
receiptNumber Invoice string No
receipt Invoice int No
updated Update date datetime Yes
created Creation date datetime Yes
paymentMethodName Payment method string No
paymentMethod Payment method int No
comments Observations text No
id ID int Yes
salePayment int No