POST api/{database}/CalcSpecPriceCommand?customerId={customerId}&productId={productId}¤cyId={currencyId}&quantity={quantity}&orderDate={orderDate}&vatIncluded={vatIncluded}&projectId={projectId}
No Documentation Found.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| customerId | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
| productId | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
| currencyId | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
| quantity | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
| orderDate | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
| vatIncluded | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
| projectId | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
Response Information
Response body formats
application/json, text/json
            Sample:
        
{
  "discount": 1.0,
  "price": 2.0,
  "stockTransferPrice": 3.0
}
        application/xml, text/xml
            Sample:
<CalcSpecPriceCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Sales.Commands"> <Discount>1</Discount> <Price>2</Price> <StockTransferPrice>3</StockTransferPrice> </CalcSpecPriceCommand>