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

      Trouble Claims

      GET
      /APIGetTroubleClaims.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 '/APIGetTroubleClaims.aspx?DateFrom=1%2F1%2F2026&DateTo=6%2F10%2F2026&CustomerCode=CUSTCODE&GrowerCode=001&SalespersonCode=SLPCODE' \
      --header 'x-api-key: <api-key>'
      Response Response Example
      [
          {
              "Trouble_No": 0,
              "Trouble_Reason": "string",
              "Trouble_Status": "string",
              "Complaint_Date": "string",
              "Order_No": "string",
              "Salesperson_Code": "string",
              "Salesperson_Name": "string",
              "Customer_Code": "string",
              "Customer_Name": "string",
              "Ship_Date": "string",
              "Grower_Code": "string",
              "Grower_Name": "string",
              "Document": "string",
              "Rec_Date": "string",
              "CommCode": 0,
              "CommName": "string",
              "VarCode": 0,
              "VarName": "string",
              "PackStyleCode": "string",
              "PackStyleName": "string",
              "SizeCode": "string",
              "SizeName": "string",
              "LabelCode": "string",
              "LabelName": "string",
              "Adjusted_Qty": 0,
              "Adjusted_Amt": 0
          }
      ]
      Modified at 2026-06-10 21:20:35
      Previous
      Sales With P&L
      Next
      Product Received
      Built with