Webservices - Postings (By Account No.)

The webservice is used to retrieve finance, customer and supplier postings.

 

Customer and Supplier postings can be retrieved by replacing GetFinancePostingsByAccountNo in the example below with GetCustomerPostingsByAccountNo or GetSupplierPostingsByAccountNo.

03 August,2022

 

  
REQUEST

{

   "Proxy": {   

      "Function":"HeliosWs",

      "HostName":"xxxxx",

      "UserName":"yyyyy",

      "Password":"zzzzz",

      "ReportName":"webservice"

   },

 

   "AuthenticationType":"SYSTEM",

   "UserName":"16984205",

   "Password":"8G56A2NrB",  

   "Function":"GetFinancePostingsByAccountNo",

   "FromAccountNo":"5600",

   "ToAccountNo":"",

   "FromDate":"",

   "ToDate":"",

   "InclInvoiceDetails":false

}

 
  
RESPONSE

{

   "AccountList": [   {

      "AccountNo": "5600",

      "AccountName": "Debitorer",

      "PostingList": [      {

         "Index": 541315,

         "Date": "2018-10-09T00:00:00Z",

         "YearEndPosting": false,

         "VoucherNo": 1,

         "AccountNo": "5600",

         "Text": "Faktura 71638",

         "Amount": 1606.94,

         "DueDate": "0000-00-00T00:00:00Z",

         "InvoiceNo": 0,

         "PaymentId":"",

         "CurrencyCode": "",

         "CurrencyAmount": 1606.94,

         "VoucherType": "INVOICE",

         "Department": "",

         "Project": "",

         "VatCode": "",

         "VatAmount": 0,

         "BalanceInvoiceNo": 0,

         "BalanceInvoiceList": "",

         "Status": "N/A",

         "SalesOrderNo": 37633,

         "PurchaseOrderNo": 0,

         "VehicleBasisNo": 0,

         "AccountGroup": "",

         "ActualDate": "2019-05-28T00:00:00Z",

         "ActualTime": "12:34"

      }]

   }],    

   "WebserviceInfo": {

      "Name": "HELIOSWEBSERVICE",

      "Version": 1,

      "Build": 2073

   },

   "AuthenticationType": "SYSTEM",

   "ErrorCode": 0,

   "ErrorText": "",

   "Success": true,

   "Proxy": {

      "AgentName": "WSPROXY",

      "AgentVersion": "1.80.1232 x86-64",

      "AgentCopyright": "Copyright (C) 2017-2020 Torben Ring. All rights reserved.",

      "ErrorCode": 0,

      "Success": true

   }

}

 

 
  
COMMENTS

  • Max. 50000 postings are included in response.
  • If FromAccountNo and ToAccountNo are blank all accounts are included.
  • If FromAccountNo is blank and ToAccountNo is not blank all accounts up till ToAccountNo are included.
  • If ToAccountNo is blank and FromAccountNo is not blank then only FromAccountNo is included.