Logo
Visma Solutions Oy - Netvisor API flow examples API Documentation

salesorderinvoicing.nv

POST {{host}}/salesorderinvoicing.nv?method=deliveryonly

Invoicing and delivering sales order

Documentation:

https://support.netvisor.fi/en/support/solutions/articles/77000554163-invoicing-and-delivering-sales-order-salesorderinvoicing-nv

 

Body PARAM

Key Datatype Required Description 
method
string Mandatory. deliveryonly (only delivered) tai billanddelivery (to be delivered and invoiced)
copysublines
number Optional. Copy subtotal rows to invoice; true or false
updatemidprice
null Optional. Update the current average price for the products on the invoice row; true or false



HEADERS

Key Datatype Required Description 
Content-Type
string
User-Agent
string
X-Netvisor-Authentication-PartnerId
string Environmentin muuttuja
X-Netvisor-Authentication-CustomerId
Curl
curl -X POST 'host/salesorderinvoicing.nv?method=deliveryonly?method=deliveryonly&copysublines=1&updatemidprice=' -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