Logo
Visma Solutions Oy - Netvisor API flow examples API Documentation

editemployee patchemployee.nv

POST {{host}}/patchemployee.nv?identifiertype=netvisorkey&identifier=1

Edit employee's information

Documentation:

https://support.netvisor.fi/en/support/solutions/articles/77000554260-patch-an-employee-s-information-patchemployee-nv

 

Body PARAM

Key Datatype Required Description 
identifiertype
string Mandatory. Employee identifier type: netvisorkey, number or personalidentificationnumber
identifier
number Mandatory. Employee's identifier



HEADERS

Key Datatype Required Description 
Content-Type
string
User-Agent
string
X-Netvisor-Authentication-PartnerId
string Environmentin muuttuja
X-Netvisor-Authentication-CustomerId
string Environmentin muuttuja
X-Netvisor-Interface-Language
string
Curl
curl -X POST 'host/patchemployee.nv?identifiertype=netvisorkey&identifier=1?identifiertype=netvisorkey&identifier=1' -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