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

      Sales

      GET
      /APIGetSales.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 '/APIGetSales.aspx?DateType=I&DateFrom=3/1/2026&DateTo=3/13/2026&PeriodFrom=202603&PeriodTo=202603&CustomerCode=CUSTCODE&SalespersonCode=SLSPCODE&GrowerCode=001' \
      --header 'x-api-key: <api-key>'
      Response Response Example
      [
          {
              "ArCompany": "string",
              "CustomerCode": "string",
              "CustomerName": "string",
              "Season": "string",
              "sOrderNo": "string",
              "sCodeSalesMan": "string",
              "sGrowerCode": "string",
              "sDocument": "string",
              "dShip": "string",
              "sWhse": "string",
              "CommCode": 0,
              "CommName": "string",
              "VarCode": 0,
              "VarName": "string",
              "Label": "string",
              "LabelName": "string",
              "PackStyleCode": "string",
              "PackStyleName": "string",
              "SizeCode": "string",
              "SizeName": "string",
              "sGrade": "string",
              "mUnitPrice": 0,
              "nSeqNo": 0,
              "Pkgs": 0,
              "Gross": 0,
              "Adj": 0,
              "Net": 0,
              "dInvoiceDate": "string",
              "sGrowerName": "string",
              "sTruckID": "string",
              "mPallets": 0,
              "sPO": "string",
              "Lot_ShipDate": "string",
              "Lot_ArrvDate": "string",
              "Lot_RecDate": "string",
              "sShip_To_Location": "string",
              "sShip_To_Address": "string",
              "sShip_To_City": "string",
              "sShip_To_State": "string",
              "sShip_To_Country": "string",
              "sShip_To_Zip": "string"
          }
      ]
      Modified at 2026-03-14 16:07:45
      Previous
      POs Profit & Loss by Sales Order
      Built with