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

      Purchase Orders

      GET
      /APIGetPurchaseOrders.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 '/APIGetPurchaseOrders.aspx?DateFrom=3/1/2026&DateTo=3/12/2026&Status=1' \
      --header 'x-api-key: <api-key>'
      Response Response Example
      [
          {
              "PO": 0,
              "Whse_Code": "string",
              "Whse_Name": "string",
              "Status": "string",
              "COO": "string",
              "Date": "string",
              "Rec_Date": "string",
              "Vendor_Code": "string",
              "Vendor_Name": "string",
              "Reference": "string",
              "Commodity_Code": 0,
              "Commodity_Name": "string",
              "Variety_Code": 0,
              "Variety_Name": "string",
              "PackStyle_Code": "string",
              "PackStyle_Name": "string",
              "Size_Code": "string",
              "Size_Name": "string",
              "Label_Code": "string",
              "Label_Name": "string",
              "Qty": 0,
              "Qty_Rec": 0,
              "UOM": "string",
              "Unit_Price": 0,
              "Amount": 0,
              "Rec_Amount": 0
          }
      ]
      Modified at 2026-03-12 23:30:09
      Previous
      Pending to Invoice
      Next
      POs Profit & Loss by Sales Order
      Built with