iSolve Produce Web API
    iSolve Produce Web API
    • AR Aging
      GET
    • GL Transactions
      GET
    • Trial Balance
      GET
    • Pending to Invoice
      GET
    • Purchase Orders
      GET
    • POs Profit & Loss by Sales Order
      GET

      GL Transactions

      GET
      /APIGetGLTransactions.aspx

      Request

      Authorization
      Add parameter in header
      x-api-key
      Example:
      x-api-key: ********************
      Query Params

      Responses

      🟢200
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/APIGetGLTransactions.aspx?PeriodFrom=202512&PeriodTo=202512' \
      --header 'x-api-key: <api-key>'
      Response Response Example
      [
          {
              "Company": "string",
              "Account": "string",
              "AccountDescription": "string",
              "JournalDescription": "string",
              "Amount": 0,
              "Debit": true,
              "PostDate": "string",
              "TransDate": "string",
              "FiscalYear": 0,
              "FiscalPeriod": 0,
              "JournalNo": 0,
              "JournalType": "string",
              "Journal": "string"
          }
      ]
      Modified at 2026-03-12 23:31:13
      Previous
      AR Aging
      Next
      Trial Balance
      Built with