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

      Pending to Invoice

      GET
      /APIGetPendingToInvoice.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 '/APIGetPendingToInvoice.aspx?CustomerCode=ALL&SalespersonCode=ALL&GrowerCode=ALL&ShipUpTo=3/12/2026' \
      --header 'x-api-key: <api-key>'
      Response Response Example
      [
          {
              "Order_No": "string",
              "Customer_Code": "string",
              "Customer_Name": "string",
              "Order_Date": "string",
              "Ship_Date": "string",
              "Warehouse": "string",
              "Status": "string",
              "Order_Type": "string",
              "Sales_Type": "string",
              "Salesperson_Code": "string",
              "Salesperson_Name": "string",
              "Season": "string",
              "Grower_Code": "string",
              "Grower_Name": "string",
              "Contract_No": 0,
              "Commodity": "string",
              "Variety": "string",
              "Pack_Style": "string",
              "Size": "string",
              "Label": "string",
              "Weight_Lbs": 0,
              "Ship_Qty": 0,
              "Amount": 0
          }
      ]
      Modified at 2026-03-12 23:29:59
      Previous
      Trial Balance
      Next
      Purchase Orders
      Built with