The CalculateGrossProfit function returns the gross profit details of a specified purchaseprice and sale price
Method | /CalculateGrossProfit |
The request body is of type CalculateGrossProfit.
Name | Description | Data Type |
---|---|---|
productId | xml:int | |
countryId | xml:int | |
grossPrice | xml:decimal | |
purchasePrice | xml:decimal |
|
The response body is of type CalculateGrossProfitResponse.
Name | Description | Data Type |
---|---|---|
CalculateGrossProfitResult | ProfitInfo |
|