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

      POs Profit & Loss by Sales Order

      GET
      /APIGetPOPLBySalesOrders.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 '/APIGetPOPLBySalesOrders.aspx?DateFrom=3/1/2026&DateTo=3/12/2026' \
      --header 'x-api-key: <api-key>'
      Response Response Example
      [
          {
              "PO": 0,
              "Rec_Date": "string",
              "Vendor_Code": "string",
              "Vendor_Name": "string",
              "Salesperson_Code": "string",
              "Salesperson_Name": "string",
              "Received_Qty": 0,
              "Repack_Qty": 0,
              "Floor_Qty": 0,
              "Shipped_Qty": 0,
              "Floor_Amount": 0,
              "Order_No": "string",
              "Customer_Code": "string",
              "Customer_Name": "string",
              "Sales": 0,
              "Est_Sales": 0,
              "Tot_Sales": 0,
              "Cost": 0,
              "Profit": 0
          }
      ]
      Modified at 2026-03-12 23:30:17
      Previous
      Purchase Orders
      Built with