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

      Trial Balance

      GET
      /APIGetGLTrialBalance.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 '/APIGetGLTrialBalance.aspx?PeriodFrom=202512&PeriodTo=202512&AccountFrom=ALL&AccountTo=ALL' \
      --header 'x-api-key: <api-key>'
      Response Response Example
      [
          {
              "GL Account No.": "string",
              "GL Account Name": "string",
              "Begining Balance": 0,
              "Debits": 0,
              "Credits": 0,
              "Ending Balance": 0
          }
      ]
      Modified at 2026-03-12 23:30:25
      Previous
      GL Transactions
      Next
      Pending to Invoice
      Built with