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
    • Sales
      GET
    • Growers Catalog
      GET
    • Products Catalog
      GET
    • Customers Catalog
      GET
    • Salesperson Catalog
      GET
    • Warehouses Catalog
      GET
    • Vendors Catalog
      GET
    • Sales With P&L
      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
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/APIGetSalesWithPL.aspx?CompanyCode=&DateFrom&DateTo&CustomerCode' \
      --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
      Vendors Catalog
      Built with