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

      AR Aging

      GET
      /APIGetARAging.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 '/APIGetARAging.aspx?AgeBy=I&Reconcilie=1&YearPeriod=202505' \
      --header 'x-api-key: <api-key>'
      Response Response Example
      [
          {
              "Customer_Code": "string",
              "Customer_Name": "string",
              "Credit_Limit": 0,
              "BB_Rating": "string",
              "Salesperson_Code": "string",
              "Salesperson_Name": "string",
              "Invoice": "string",
              "Trouble": "string",
              "PO": "string",
              "Invoice_Amount": 0,
              "Invoice_Balance": 0,
              "Invoice_Date": "string",
              "Due_Date": "string",
              "Age": 0,
              "Ship_Date": "string",
              "Current": 0,
              "1 - 10 Days": 0,
              "11 - 20 Days": 0,
              "21 - 30 Days": 0,
              "30+ Days": 0,
              "Unapplied_Amount": 0,
              "Last_Payment_Date": "string",
              "Last_Payment_Amount": 0,
              "Last_Payment_Ref": "string"
          }
      ]
      Modified at 2026-03-12 23:29:53
      Next
      GL Transactions
      Built with