accountingledger.nv
GET {{host}}/accountingledger.nv?startdate=2023-05-01&enddate=2023-05-31
Get accounting data Documentation:
Body
PARAM
Key | Datatype | Required | Description |
startdate
|
string | Mandatory. Finds vouchers that are added after given date (inclusive) | |
enddate
|
string | Mandatory. Finds vouchers that are added before given date(inclusive) | |
accountnumberstart
|
null | Optional. Finds vouchers which account number is equal or greater than given value | |
accountnumberend
|
null | Optional. Finds vouchers which account number is equal or less than given value | |
changedsince
|
null | Optional. Finds vouchers that are modified or added after given date | |
lastmodifiedstart
|
null | Optional. Finds vouchers that are modified after given date | |
lastmodifiedend
|
null | Optional. Finds vouchers that are modified before given date | |
showgenerator
|
null | Curl curl -X GET 'host/accountingledger.nv?startdate=2023-05-01&enddate=2023-05-31?startdate=2023-05-01&enddate=2023-05-31&accountnumberstart=&accountnumberend=&changedsince=&lastmodifiedstart=&lastmodifiedend=&showgenerator=&voucherstatus=' -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 |