Resource: paymentlist.nv
HTTP-method: GET
Get payment list for purchase invoices. Also shows if purchase invoice is paid or unpaid.
Querystring parameters:
Parameter name | Occurs | Description | Example |
limitabovenetvisorkey | 0...1 | Returns only payments above given id |
|
limitbegindate | 0...1 | Returns only payments with date after defined value | 2015-10-23 |
limitenddate | 0...1 | Returns only payments with date before defined value | 2015-10-24 |
limitreference | 0...1 | Limits payment based on reference |
|
limitinvoiceid | 0...1 | Returns only payments for given purchaseinvoice | 1 |
Response:
Level | Element name | Type and length | Occurs | Description | Example |
root | Root | Aggr. | 1 |
|
|
1 | PaymentList | Aggr. | 1 |
|
|
2 | Payment | Aggr. | 0...n |
|
|
3 | NetvisorKey | Numeric | 1 | Netvisor id for payment | 1 |
3 | PayerName | String | 1 | Payment name |
|
3 | Date | Date | 1 | Payment date |
|
3 | HomeCurrencySum | Numeric | 1 | Payment sum |
|
3 | ForeignCurrencySum | Numeric | 1 |
|
|
3 | Reference | String | 1 | Payment reference |
|
3 | InvoiceKey | Numeric | 1 | Purchase invoice Netvisor id |
|
3 | InvoiceNumber | Numeric | 1 | Purchase invoice number |
|
3 | InvoiceURI | String | 1 |
|
|
3 | VoucherKey | Numeric | 1 | Voucher Netvisor id |
|
3 | VoucherNumber | Numeric | 1 | Voucher number |
|
