https://dev.v3manager.com/demo/api/salePayment
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/salePayment"
https://dev.v3manager.com/demo/api/salePayment/count
GET
https://dev.v3manager.com/demo/api/salePayment/sum
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/salePayment/sum?field=total&search=["created",">","05-07-2023"]"
Encoded:
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/salePayment/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/salePayment/:id
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/salePayment/22"
Name | Label | Data type | Readonly | Descrition |
---|---|---|---|---|
updateUser | Updated by | int | Yes | |
updateUserName | Updated by | string | No | |
refunded | Discarded | bool | Yes | |
amount | Amount | currency | No | |
customer | Customer | int | No | |
customerName | Customer | string | No | |
payment | Payment | int | No | |
createUserName | Created by | string | No | |
createUser | Created by | int | Yes | |
deleted | Removed | bool | Yes | |
invoiceNumber | Invoice | string | No | |
invoice | Invoice | int | Yes | |
familyName | Family | string | No | |
updated | Update date | datetime | Yes | |
created | Creation date | datetime | Yes | |
useDate | Production date | date | No | |
paymentMethodName | Payment method | string | No | |
productName | Product | string | No | |
id | ID | int | Yes | |
subfamilyName | Subfamily | string | No | |
units | Units | float | No | |
saleDescription | Sale | string | No | |
sale | Sale | int | No | |
virtual | Virtual | bool | Yes | Un pago en el que no entra dinero en el sistema. Se genera una venta negativa. Por ejemplo pago con bono |
parent | int | No |