Journal Report API

Call the DOMAIN/Any_Journal_Report_Json to get a Single Account journal, according to some parameters.

Function Input

Field Name Description
Account Number
Account Name
Calc Opening Balance
  • No:
  • Yes, by BK Entry Date:
  • Yes, by Cash Flow Date:
From BK Entry Date
Until BK Entry Date
From Cash Flow Date
Until Cash Flow Date
Point in time
Contain String in Desc or Notes
The following fields are optional. If not posted, the whole account entries will be displayed.

Field Name Description
From_Date The entries from this date will be displayed, according to the "BK Entry Date" field of the entries. The String Mask: YYYY-MM-DD.
Till_Date The entries untill this date will be displayed, according to the "BK Entry Date" field of the entries. The String Mask: YYYY-MM-DD.
Description Search for description string of the entries.
ForAccount This field is available for clients with multiple accounts, and allows to choose the account number from Hyper (e.g. 500000 for a client journal).
For_TP_Login According to the definition of the "Website Type Purpose" field as CFD Broker (1), in the Main Configuration file, the "TP Login" can be posted.
Please note - only one account can be posted in each post.

{
  "ResponseCode":7,
  "ResponseMsgEng":"Please fill up all the required fields.",
  "Domain":"dev2.sye.co.il",
  "FunctionName":"Any_Journal_Report_Json",
  "Request Parameters":{
    "AccountNumber":0,
    "AccountName":"",
    "CalcOpeningBalance":2,
    "FromBkEntryDate":"",
    "UntilBkEntryDate":"",
    "FromCashFlowDate":"",
    "UntilCashFlowDate":"",
    "PointInTime":"",
    "ContainStringInDescOrNotes":""
  }
}