Logo
Visma Solutions Oy - Netvisor API flow examples API Documentation

productlist.nv

GET {{host}}/productlist.nv

Get product list

Documentation: https://support.netvisor.fi/en/support/solutions/articles/77000554240-get-product-list-productlist-nv

 

Body PARAM

Key Datatype Required Description 
changedsince
null Optional. Filters result to contain only products having changed after given time, time in format yyyy-MM-ddTHH:mm:ss
keyword
null Optional. Filters result to products that include given text / value in product name or product code.
published
null Optional. Value 1 if published products are wanted in the response and 0 if not.
unpublished
null Optional. Value 1 if unpublished products are wanted in the response and 0 if not.
deleted
null Optional. Value 1 if deleproducts are wanted in the response and 0 if not. If the parameter is not given, deleted products are returned. If given, also published or unpublished should be given.



HEADERS

Key Datatype Required Description 
Content-Type
string
User-Agent
Curl
curl -X GET 'host/productlist.nv?changedsince=&keyword=&published=&unpublished=&deleted=' -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: Netvisor public postman example' -H 'X-Netvisor-Authentication-TransactionId: transactionId' -H 'X-Netvisor-Authentication-MACHashCalculationAlgorithm: SHA256' -H 'X-Netvisor-Authentication-MAC: sha256Hash'

ENDPOINTS