iSolve Produce Web API
    • Catalogs
      • Growers Catalog
        GET
      • Products Catalog
        GET
      • Customers Catalog
        GET
      • Salesperson Catalog
        GET
      • Warehouses Catalog
        GET
      • Vendors Catalog
        GET
    • AR Aging
      GET
    • GL Transactions
      GET
    • Trial Balance
      GET
    • Pending to Invoice
      GET
    • Purchase Orders
      GET
    • POs Profit & Loss by Sales Order
      GET
    • Sales
      GET
    • Sales With P&L
      GET
    • Trouble Claims
      GET
    • Product Received
      GET

      Product Received

      GET
      /APIGetProductReceived.aspx

      Request

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

      Responses

      🟢200
      application/json
      Bodyapplication/json

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location '/APIGetProductReceived.aspx?DateFrom=06%2F01%2F2026&DateTo=06%2F12%2F2026&sGrowerCode=001' \
      --header 'x-api-key: <api-key>'
      Response Response Example
      [
          {
              "Whse_Code": "string",
              "Whse_Name": "string",
              "Grower_Code": "string",
              "Grower_Name": "string",
              "Document": "string",
              "Rec_Date": "string",
              "Truck_ID": "string",
              "Driver": "string",
              "Trailer_Lic": "string",
              "CommCode": 0,
              "CommName": "string",
              "VarCode": 0,
              "VarName": "string",
              "PackStyleCode": "string",
              "PackStyleName": "string",
              "SizeCode": "string",
              "SizeName": "string",
              "LabelCode": "string",
              "LabelName": "string",
              "Received_Qty": 0
          }
      ]
      Modified at 2026-06-12 18:40:19
      Previous
      Trouble Claims
      Built with