curl --location --request GET '/APIGetSalesWithPL.aspx?CompanyCode=&DateFrom&DateTo&CustomerCode' \
--header 'x-api-key: <api-key>'[
{
"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"
}
]