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

      Sales With P&L

      GET
      /APIGetSalesWithPL.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 '/APIGetSalesWithPL.aspx?CompanyCode=&DateFrom=undefined&DateTo=undefined&CustomerCode=undefined' \
      --header 'x-api-key: <api-key>'
      Response Response Example
      [
          {
              "Salesperson_Code": "string",
              "Salesperson_Name": "string",
              "Customer_Code": "string",
              "Customer_Name": "string",
              "Order_No": "string",
              "Order_Date": "string",
              "Product_Description": "string",
              "Qty": 0,
              "Price": 0,
              "Cost": 0,
              "Total_Sale": 0,
              "Total_Cost": 0,
              "Profit": 0,
              "Type": "string",
              "Open_Trouble": "string",
              "Balance": 0,
              "Document": "string",
              "Check_Reference": "string",
              "Deposit_Date": "string"
          }
      ]
      Modified at 2026-05-08 17:56:09
      Previous
      Sales
      Next
      Trouble Claims
      Built with