|
IProductGetProductByGUID Method
|
Gets a Product by GUID.
Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+d4fb723f4ad0e9e30f6b55b897e9801518fd56bb
SyntaxProduct GetProductByGUID(
string productGUID
)
Function GetProductByGUID (
productGUID As String
) As Product
Parameters
- productGUID String
- Product GUID, identifies the product.
Return Value
ProductProduct object.
Exceptions
RemarksDoes not return travel expenses.
See Also