MobileCRM.Services.CompanyInformation.getCompanyInfoFromVat - Resconet/JSBridge GitHub Wiki

Return callback with CompanyInformation object with properties name and address

Arguments

Argument Type Description
vat string VAT number of company. e.g. "SK2020232390"
callback function(CompanyInformation) The callback function which is called asynchronously in case of success.
errorCallback function(errorMsg) The errorCallback which is called in case of error.
scope Object The scope for callbacks.