 | VATServiceResolveProductVAT Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public decimal ResolveProductVAT(
string apiKey,
short productPostingKey,
short relationPostingKey
)
<WebMethodAttribute>
Public Function ResolveProductVAT (
apiKey As String,
productPostingKey As Short,
relationPostingKey As Short
) As Decimal
public:
[WebMethodAttribute]
Decimal ResolveProductVAT(
String^ apiKey,
short productPostingKey,
short relationPostingKey
)
[<WebMethodAttribute>]
member ResolveProductVAT :
apiKey : string *
productPostingKey : int16 *
relationPostingKey : int16 -> decimal
Parameters
- apiKey
- Type: SystemString
- productPostingKey
- Type: SystemInt16
- relationPostingKey
- Type: SystemInt16
Return Value
Type:
Decimal
See Also