Logo
Visma Solutions Oy - Netvisor API flow examples API Documentation

salespaymentlist.nv

GET {{host}}/salespaymentlist.nv

Get sales payment list

Documentation: https://support.netvisor.fi/en/support/solutions/articles/77000554171-get-sales-payment-list-salespaymentlist-nv

 

Body PARAM

Key Datatype Required Description 
abovenetvisorkey
null Optional. Return only sales payment above given id
begindate
null Optional. Return only sales payments with date after defined value
enddate
null Optional. Return only sales payments with date before defined value
searchbyname
null Optional. Return only sales payments with given name
limitlinkedpayments
null Optional. Limits based on linked invoices 0 - payment doesn't have invoice linked to it 1 - payment has invoice linked to it
limitbytype
null Optional. Limits based on payment type onlycreditloss - lists only credit loss excludecreditloss - lists all but credit loss
lastmodifiedstart
null Optional. Returns sales payments that have been changed since the given date. Given as yyyy-MM-ddTHH:mm:ss
lastmodifiedend
nul
Curl
curl -X GET 'host/salespaymentlist.nv?abovenetvisorkey=&begindate=&enddate=&searchbyname=&limitlinkedpayments=&limitbytype=&lastmodifiedstart=&lastmodifiedend=&invoicenetvisorkey=&invoicenumber=' -H 'Content-Type: text/xml' -H 'User-Agent: Postman' -H 'X-Netvisor-Authentication-PartnerId: partnerId' -H 'X-Netvisor-Authentication-CustomerId: userId' -H 'X-Netvisor-Interface-Language: FI' -H 'X-Netvisor-Authentication-Timestamp: timeStamp' -H 'X-Netvisor-Organisation-ID: organisationId' -H 'X-Netvisor-Authentication-Sender: clientname' -H 'X-Netvisor-Authentication-TransactionId: transactionId' -H 'X-Netvisor-Authentication-MACHashCalculationAlgorithm: SHA256' -H 'X-Netvisor-Authentication-MAC: sha256Hash'

ENDPOINTS