var ContactWebService=function() {
ContactWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ContactWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return ContactWebService._staticInstance.get_path();},
CountryCodeLookup:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CountryCodeLookup',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
CheckIfAvailableContactId:function(contactType,contactId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckIfAvailableContactId',false,{contactType:contactType,contactId:contactId},succeededCallback,failedCallback,userContext); },
CheckIfEmailAvailable:function(email,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckIfEmailAvailable',false,{email:email},succeededCallback,failedCallback,userContext); },
CheckIfLoginExists:function(login,useCase,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckIfLoginExists',false,{login:login,useCase:useCase},succeededCallback,failedCallback,userContext); },
SuggestContactId:function(contactType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SuggestContactId',false,{contactType:contactType},succeededCallback,failedCallback,userContext); },
ContactByContactTypeAutoComplete:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactByContactTypeAutoComplete',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
ContactAutoComplete:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactAutoComplete',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
SupervisorList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SupervisorList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetManufacturerList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetManufacturerList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetVendorList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetVendorList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
ContactPicker:function(broad,contactType,contactId,contactName,firstName,lastName,email,allMatches,crmSeatsOnly,rows,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactPicker',false,{broad:broad,contactType:contactType,contactId:contactId,contactName:contactName,firstName:firstName,lastName:lastName,email:email,allMatches:allMatches,crmSeatsOnly:crmSeatsOnly,rows:rows},succeededCallback,failedCallback,userContext); },
UpdateContactIdentificationSettings:function(contactId,primaryContactId,parentContactId,parentBillingAccountId,externalContactId,contactName,firstName,middleName,lastName,otherName,title,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateContactIdentificationSettings',false,{contactId:contactId,primaryContactId:primaryContactId,parentContactId:parentContactId,parentBillingAccountId:parentBillingAccountId,externalContactId:externalContactId,contactName:contactName,firstName:firstName,middleName:middleName,lastName:lastName,otherName:otherName,title:title},succeededCallback,failedCallback,userContext); },
UpdateContactOtherSettings:function(contactId,salutation,assistantName,managerName,spouseName,childrenNames,departmentName,office,profession,hobbies,gender,birthDate,anniversaryDate,comments,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateContactOtherSettings',false,{contactId:contactId,salutation:salutation,assistantName:assistantName,managerName:managerName,spouseName:spouseName,childrenNames:childrenNames,departmentName:departmentName,office:office,profession:profession,hobbies:hobbies,gender:gender,birthDate:birthDate,anniversaryDate:anniversaryDate,comments:comments},succeededCallback,failedCallback,userContext); },
UpdateContactInfoSettings:function(contactId,taxId,tickerSymbol,sicCode,industry,referredBy,representativeDirectoryId,agentId,info,preferences,systemAdministrator,crmSeat,supervisorId,glCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateContactInfoSettings',false,{contactId:contactId,taxId:taxId,tickerSymbol:tickerSymbol,sicCode:sicCode,industry:industry,referredBy:referredBy,representativeDirectoryId:representativeDirectoryId,agentId:agentId,info:info,preferences:preferences,systemAdministrator:systemAdministrator,crmSeat:crmSeat,supervisorId:supervisorId,glCode:glCode},succeededCallback,failedCallback,userContext); },
UpdateContactOrgSettings:function(contactId,level1,level2,level3,level4,level5,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateContactOrgSettings',false,{contactId:contactId,level1:level1,level2:level2,level3:level3,level4:level4,level5:level5},succeededCallback,failedCallback,userContext); },
UpdateContactLocationSettings:function(contactId,addressType,address1,address2,address3,city,state,postalCode,country,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateContactLocationSettings',false,{contactId:contactId,addressType:addressType,address1:address1,address2:address2,address3:address3,city:city,state:state,postalCode:postalCode,country:country},succeededCallback,failedCallback,userContext); },
UpdateContactCommunicationsSettings:function(contactId,phone,alternatePhone,fax,homePhone,mobile,pager,pagerType,pagerServer,pagerPort,pagerId,pagerPassword,voiceMail,extension,email,alternateEmail,imAddress,imNetwork,alternateImAddress,alternateImNetwork,webSite,ftpSite,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateContactCommunicationsSettings',false,{contactId:contactId,phone:phone,alternatePhone:alternatePhone,fax:fax,homePhone:homePhone,mobile:mobile,pager:pager,pagerType:pagerType,pagerServer:pagerServer,pagerPort:pagerPort,pagerId:pagerId,pagerPassword:pagerPassword,voiceMail:voiceMail,extension:extension,email:email,alternateEmail:alternateEmail,imAddress:imAddress,imNetwork:imNetwork,alternateImAddress:alternateImAddress,alternateImNetwork:alternateImNetwork,webSite:webSite,ftpSite:ftpSite},succeededCallback,failedCallback,userContext); },
UpdateContactNotificationSettings:function(contactId,notifyAlert,notifyIssueChange,notifyIssueChangeGlobal,notifyProductInfo,notifyVendorInfo,notifyThirdPartyInfo,notifyFormat,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateContactNotificationSettings',false,{contactId:contactId,notifyAlert:notifyAlert,notifyIssueChange:notifyIssueChange,notifyIssueChangeGlobal:notifyIssueChangeGlobal,notifyProductInfo:notifyProductInfo,notifyVendorInfo:notifyVendorInfo,notifyThirdPartyInfo:notifyThirdPartyInfo,notifyFormat:notifyFormat},succeededCallback,failedCallback,userContext); },
UpdateContactLocalizationSettings:function(contactId,webLanguage,ivrLanguage,timeZone,currency,currencyFormat,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateContactLocalizationSettings',false,{contactId:contactId,webLanguage:webLanguage,ivrLanguage:ivrLanguage,timeZone:timeZone,currency:currency,currencyFormat:currencyFormat},succeededCallback,failedCallback,userContext); },
UpdateContactRatingSettings:function(contactId,mainRatingProfile,alternateRatingProfile,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateContactRatingSettings',false,{contactId:contactId,mainRatingProfile:mainRatingProfile,alternateRatingProfile:alternateRatingProfile},succeededCallback,failedCallback,userContext); },
UpdateContactLocationLookupSettings:function(contactId,locationProfileId,homeCountryCode,homeNpa,homeNxx,homeLata,homeState,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateContactLocationLookupSettings',false,{contactId:contactId,locationProfileId:locationProfileId,homeCountryCode:homeCountryCode,homeNpa:homeNpa,homeNxx:homeNxx,homeLata:homeLata,homeState:homeState},succeededCallback,failedCallback,userContext); },
UpdateContactAgentSettings:function(contactId,useAgentBalance,agentBillingModel,agentCategory,agentCountryCode,agentRegion,agentRole,agentType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateContactAgentSettings',false,{contactId:contactId,useAgentBalance:useAgentBalance,agentBillingModel:agentBillingModel,agentCategory:agentCategory,agentCountryCode:agentCountryCode,agentRegion:agentRegion,agentRole:agentRole,agentType:agentType},succeededCallback,failedCallback,userContext); },
UpdateContactAgentBrandSettings:function(contactId,agentBrandEmail,agentBrandInvoice,agentRemitToName,agentRemitToAddressBlock,agentRemitToPostalCode,agentRemitToLogoImage,agentRemitToMessageId,agentBrandWeb,agentWebName,agentWebTitle,agentWebLogoImage,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateContactAgentBrandSettings',false,{contactId:contactId,agentBrandEmail:agentBrandEmail,agentBrandInvoice:agentBrandInvoice,agentRemitToName:agentRemitToName,agentRemitToAddressBlock:agentRemitToAddressBlock,agentRemitToPostalCode:agentRemitToPostalCode,agentRemitToLogoImage:agentRemitToLogoImage,agentRemitToMessageId:agentRemitToMessageId,agentBrandWeb:agentBrandWeb,agentWebName:agentWebName,agentWebTitle:agentWebTitle,agentWebLogoImage:agentWebLogoImage},succeededCallback,failedCallback,userContext); },
UpdateContactComments:function(comments,contactId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateContactComments',false,{comments:comments,contactId:contactId},succeededCallback,failedCallback,userContext); },
ContactRoleAdd:function(roleEnabled,roleId,roleRatio,validStartDate,validStartTime,validEndDate,validEndTime,contactId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactRoleAdd',false,{roleEnabled:roleEnabled,roleId:roleId,roleRatio:roleRatio,validStartDate:validStartDate,validStartTime:validStartTime,validEndDate:validEndDate,validEndTime:validEndTime,contactId:contactId},succeededCallback,failedCallback,userContext); },
ContactRoleEdit:function(contactId,roleEnabled,roleId,roleRatio,validStartDate,validStartTime,validEndDate,validEndTime,recordNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactRoleEdit',false,{contactId:contactId,roleEnabled:roleEnabled,roleId:roleId,roleRatio:roleRatio,validStartDate:validStartDate,validStartTime:validStartTime,validEndDate:validEndDate,validEndTime:validEndTime,recordNumber:recordNumber},succeededCallback,failedCallback,userContext); },
ContactRoleDelete:function(recordNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactRoleDelete',false,{recordNumber:recordNumber},succeededCallback,failedCallback,userContext); },
ContactWorkScheduleAdd:function(contactId,enabled,days,startTime,endTime,numberOfMinutes,validStartDate,validStartTime,validEndDate,validEndTime,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactWorkScheduleAdd',false,{contactId:contactId,enabled:enabled,days:days,startTime:startTime,endTime:endTime,numberOfMinutes:numberOfMinutes,validStartDate:validStartDate,validStartTime:validStartTime,validEndDate:validEndDate,validEndTime:validEndTime},succeededCallback,failedCallback,userContext); },
ContactWorkScheduleEdit:function(contactId,enabled,days,startTime,endTime,numberOfMinutes,validStartDate,validStartTime,validEndDate,validEndTime,recordNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactWorkScheduleEdit',false,{contactId:contactId,enabled:enabled,days:days,startTime:startTime,endTime:endTime,numberOfMinutes:numberOfMinutes,validStartDate:validStartDate,validStartTime:validStartTime,validEndDate:validEndDate,validEndTime:validEndTime,recordNumber:recordNumber},succeededCallback,failedCallback,userContext); },
ContactWorkScheduleDelete:function(recordNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactWorkScheduleDelete',false,{recordNumber:recordNumber},succeededCallback,failedCallback,userContext); },
GetContact:function(contactId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetContact',false,{contactId:contactId},succeededCallback,failedCallback,userContext); },
GetContacts:function(contactType,filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetContacts',false,{contactType:contactType,filter:filter},succeededCallback,failedCallback,userContext); },
AddContact:function(contactId,contactType,contactLevel,primaryContactId,parentContactId,parentBillingAccountId,externalContactId,addressType,contactName,firstName,middleName,lastName,otherName,title,address1,address2,address3,city,state,postalCode,country,phone,alternatePhone,fax,homePhone,cellular,pager,pagerType,pagerServer,pagerPort,pagerId,pagerPassword,voiceMail,extension,email,alternateEmail,imAddress,imNetwork,alternateImAddress,alternateImNetwork,webSite,ftpSite,taxId,tickerSymbol,sicCode,industry,referredBy,representativeId,agentId,webLanguage,ivrLanguage,info,checkInDate,checkInTime,checkOutDate,checkOutTime,timeZoneId,preferences,login,password,siteKeyImage,siteKeyPhrase,securityQuestion,securityResponse,sysAdmin,crmSeat,salutation,assistantName,managerName,spouseName,childrenNames,departmentName,office,profession,hobbies,gender,birthDate,anniversaryDate,notifyAlert,notifyIssueChange,notifyIssueChangeGlobal,notifyProductInfo,notifyVendorInfo,notifyThirdPartyInfo,notifyFormat,supervisorId,l1OrgId,l2OrgId,l3OrgId,l4OrgId,l5OrgId,glCode,agentBrandEmail,agentBrandInvoice,agentRemitToName,agentRemitToAddressBlock,agentRemitToPostalCode,agentRemitToLogoImage,agentRemitToMessageId,agentBrandWeb,agentWebName,agentWebTitle,agentWebLogoImage,useAgentBalance,agentBillingModel,agentCategory,agentCountryCode,agentRegion,agentRole,agentType,r1RatingProfileId,r2RatingProfileId,a1RatingProfileId,a2RatingProfileId,w1RatingProfileId,w2RatingProfileId,w3RatingProfileId,t1RatingProfileId,locationProfileId,homeCountryCode,homeNpa,homeNxx,homeLata,homeState,isoCurrencyCode,currencyFormat,comments,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddContact',false,{contactId:contactId,contactType:contactType,contactLevel:contactLevel,primaryContactId:primaryContactId,parentContactId:parentContactId,parentBillingAccountId:parentBillingAccountId,externalContactId:externalContactId,addressType:addressType,contactName:contactName,firstName:firstName,middleName:middleName,lastName:lastName,otherName:otherName,title:title,address1:address1,address2:address2,address3:address3,city:city,state:state,postalCode:postalCode,country:country,phone:phone,alternatePhone:alternatePhone,fax:fax,homePhone:homePhone,cellular:cellular,pager:pager,pagerType:pagerType,pagerServer:pagerServer,pagerPort:pagerPort,pagerId:pagerId,pagerPassword:pagerPassword,voiceMail:voiceMail,extension:extension,email:email,alternateEmail:alternateEmail,imAddress:imAddress,imNetwork:imNetwork,alternateImAddress:alternateImAddress,alternateImNetwork:alternateImNetwork,webSite:webSite,ftpSite:ftpSite,taxId:taxId,tickerSymbol:tickerSymbol,sicCode:sicCode,industry:industry,referredBy:referredBy,representativeId:representativeId,agentId:agentId,webLanguage:webLanguage,ivrLanguage:ivrLanguage,info:info,checkInDate:checkInDate,checkInTime:checkInTime,checkOutDate:checkOutDate,checkOutTime:checkOutTime,timeZoneId:timeZoneId,preferences:preferences,login:login,password:password,siteKeyImage:siteKeyImage,siteKeyPhrase:siteKeyPhrase,securityQuestion:securityQuestion,securityResponse:securityResponse,sysAdmin:sysAdmin,crmSeat:crmSeat,salutation:salutation,assistantName:assistantName,managerName:managerName,spouseName:spouseName,childrenNames:childrenNames,departmentName:departmentName,office:office,profession:profession,hobbies:hobbies,gender:gender,birthDate:birthDate,anniversaryDate:anniversaryDate,notifyAlert:notifyAlert,notifyIssueChange:notifyIssueChange,notifyIssueChangeGlobal:notifyIssueChangeGlobal,notifyProductInfo:notifyProductInfo,notifyVendorInfo:notifyVendorInfo,notifyThirdPartyInfo:notifyThirdPartyInfo,notifyFormat:notifyFormat,supervisorId:supervisorId,l1OrgId:l1OrgId,l2OrgId:l2OrgId,l3OrgId:l3OrgId,l4OrgId:l4OrgId,l5OrgId:l5OrgId,glCode:glCode,agentBrandEmail:agentBrandEmail,agentBrandInvoice:agentBrandInvoice,agentRemitToName:agentRemitToName,agentRemitToAddressBlock:agentRemitToAddressBlock,agentRemitToPostalCode:agentRemitToPostalCode,agentRemitToLogoImage:agentRemitToLogoImage,agentRemitToMessageId:agentRemitToMessageId,agentBrandWeb:agentBrandWeb,agentWebName:agentWebName,agentWebTitle:agentWebTitle,agentWebLogoImage:agentWebLogoImage,useAgentBalance:useAgentBalance,agentBillingModel:agentBillingModel,agentCategory:agentCategory,agentCountryCode:agentCountryCode,agentRegion:agentRegion,agentRole:agentRole,agentType:agentType,r1RatingProfileId:r1RatingProfileId,r2RatingProfileId:r2RatingProfileId,a1RatingProfileId:a1RatingProfileId,a2RatingProfileId:a2RatingProfileId,w1RatingProfileId:w1RatingProfileId,w2RatingProfileId:w2RatingProfileId,w3RatingProfileId:w3RatingProfileId,t1RatingProfileId:t1RatingProfileId,locationProfileId:locationProfileId,homeCountryCode:homeCountryCode,homeNpa:homeNpa,homeNxx:homeNxx,homeLata:homeLata,homeState:homeState,isoCurrencyCode:isoCurrencyCode,currencyFormat:currencyFormat,comments:comments},succeededCallback,failedCallback,userContext); }}
ContactWebService.registerClass('ContactWebService',Sys.Net.WebServiceProxy);
ContactWebService._staticInstance = new ContactWebService();
ContactWebService.set_path = function(value) { ContactWebService._staticInstance.set_path(value); }
ContactWebService.get_path = function() { return ContactWebService._staticInstance.get_path(); }
ContactWebService.set_timeout = function(value) { ContactWebService._staticInstance.set_timeout(value); }
ContactWebService.get_timeout = function() { return ContactWebService._staticInstance.get_timeout(); }
ContactWebService.set_defaultUserContext = function(value) { ContactWebService._staticInstance.set_defaultUserContext(value); }
ContactWebService.get_defaultUserContext = function() { return ContactWebService._staticInstance.get_defaultUserContext(); }
ContactWebService.set_defaultSucceededCallback = function(value) { ContactWebService._staticInstance.set_defaultSucceededCallback(value); }
ContactWebService.get_defaultSucceededCallback = function() { return ContactWebService._staticInstance.get_defaultSucceededCallback(); }
ContactWebService.set_defaultFailedCallback = function(value) { ContactWebService._staticInstance.set_defaultFailedCallback(value); }
ContactWebService.get_defaultFailedCallback = function() { return ContactWebService._staticInstance.get_defaultFailedCallback(); }
ContactWebService.set_enableJsonp = function(value) { ContactWebService._staticInstance.set_enableJsonp(value); }
ContactWebService.get_enableJsonp = function() { return ContactWebService._staticInstance.get_enableJsonp(); }
ContactWebService.set_jsonpCallbackParameter = function(value) { ContactWebService._staticInstance.set_jsonpCallbackParameter(value); }
ContactWebService.get_jsonpCallbackParameter = function() { return ContactWebService._staticInstance.get_jsonpCallbackParameter(); }
ContactWebService.set_path("/ClientBin/ContactWebService.asmx");
ContactWebService.CountryCodeLookup= function(prefixText,count,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.CountryCodeLookup(prefixText,count,onSuccess,onFailed,userContext); }
ContactWebService.CheckIfAvailableContactId= function(contactType,contactId,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.CheckIfAvailableContactId(contactType,contactId,onSuccess,onFailed,userContext); }
ContactWebService.CheckIfEmailAvailable= function(email,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.CheckIfEmailAvailable(email,onSuccess,onFailed,userContext); }
ContactWebService.CheckIfLoginExists= function(login,useCase,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.CheckIfLoginExists(login,useCase,onSuccess,onFailed,userContext); }
ContactWebService.SuggestContactId= function(contactType,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.SuggestContactId(contactType,onSuccess,onFailed,userContext); }
ContactWebService.ContactByContactTypeAutoComplete= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.ContactByContactTypeAutoComplete(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
ContactWebService.ContactAutoComplete= function(prefixText,count,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.ContactAutoComplete(prefixText,count,onSuccess,onFailed,userContext); }
ContactWebService.SupervisorList= function(prefixText,count,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.SupervisorList(prefixText,count,onSuccess,onFailed,userContext); }
ContactWebService.GetManufacturerList= function(prefixText,count,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.GetManufacturerList(prefixText,count,onSuccess,onFailed,userContext); }
ContactWebService.GetVendorList= function(prefixText,count,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.GetVendorList(prefixText,count,onSuccess,onFailed,userContext); }
ContactWebService.ContactPicker= function(broad,contactType,contactId,contactName,firstName,lastName,email,allMatches,crmSeatsOnly,rows,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.ContactPicker(broad,contactType,contactId,contactName,firstName,lastName,email,allMatches,crmSeatsOnly,rows,onSuccess,onFailed,userContext); }
ContactWebService.UpdateContactIdentificationSettings= function(contactId,primaryContactId,parentContactId,parentBillingAccountId,externalContactId,contactName,firstName,middleName,lastName,otherName,title,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.UpdateContactIdentificationSettings(contactId,primaryContactId,parentContactId,parentBillingAccountId,externalContactId,contactName,firstName,middleName,lastName,otherName,title,onSuccess,onFailed,userContext); }
ContactWebService.UpdateContactOtherSettings= function(contactId,salutation,assistantName,managerName,spouseName,childrenNames,departmentName,office,profession,hobbies,gender,birthDate,anniversaryDate,comments,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.UpdateContactOtherSettings(contactId,salutation,assistantName,managerName,spouseName,childrenNames,departmentName,office,profession,hobbies,gender,birthDate,anniversaryDate,comments,onSuccess,onFailed,userContext); }
ContactWebService.UpdateContactInfoSettings= function(contactId,taxId,tickerSymbol,sicCode,industry,referredBy,representativeDirectoryId,agentId,info,preferences,systemAdministrator,crmSeat,supervisorId,glCode,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.UpdateContactInfoSettings(contactId,taxId,tickerSymbol,sicCode,industry,referredBy,representativeDirectoryId,agentId,info,preferences,systemAdministrator,crmSeat,supervisorId,glCode,onSuccess,onFailed,userContext); }
ContactWebService.UpdateContactOrgSettings= function(contactId,level1,level2,level3,level4,level5,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.UpdateContactOrgSettings(contactId,level1,level2,level3,level4,level5,onSuccess,onFailed,userContext); }
ContactWebService.UpdateContactLocationSettings= function(contactId,addressType,address1,address2,address3,city,state,postalCode,country,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.UpdateContactLocationSettings(contactId,addressType,address1,address2,address3,city,state,postalCode,country,onSuccess,onFailed,userContext); }
ContactWebService.UpdateContactCommunicationsSettings= function(contactId,phone,alternatePhone,fax,homePhone,mobile,pager,pagerType,pagerServer,pagerPort,pagerId,pagerPassword,voiceMail,extension,email,alternateEmail,imAddress,imNetwork,alternateImAddress,alternateImNetwork,webSite,ftpSite,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.UpdateContactCommunicationsSettings(contactId,phone,alternatePhone,fax,homePhone,mobile,pager,pagerType,pagerServer,pagerPort,pagerId,pagerPassword,voiceMail,extension,email,alternateEmail,imAddress,imNetwork,alternateImAddress,alternateImNetwork,webSite,ftpSite,onSuccess,onFailed,userContext); }
ContactWebService.UpdateContactNotificationSettings= function(contactId,notifyAlert,notifyIssueChange,notifyIssueChangeGlobal,notifyProductInfo,notifyVendorInfo,notifyThirdPartyInfo,notifyFormat,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.UpdateContactNotificationSettings(contactId,notifyAlert,notifyIssueChange,notifyIssueChangeGlobal,notifyProductInfo,notifyVendorInfo,notifyThirdPartyInfo,notifyFormat,onSuccess,onFailed,userContext); }
ContactWebService.UpdateContactLocalizationSettings= function(contactId,webLanguage,ivrLanguage,timeZone,currency,currencyFormat,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.UpdateContactLocalizationSettings(contactId,webLanguage,ivrLanguage,timeZone,currency,currencyFormat,onSuccess,onFailed,userContext); }
ContactWebService.UpdateContactRatingSettings= function(contactId,mainRatingProfile,alternateRatingProfile,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.UpdateContactRatingSettings(contactId,mainRatingProfile,alternateRatingProfile,onSuccess,onFailed,userContext); }
ContactWebService.UpdateContactLocationLookupSettings= function(contactId,locationProfileId,homeCountryCode,homeNpa,homeNxx,homeLata,homeState,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.UpdateContactLocationLookupSettings(contactId,locationProfileId,homeCountryCode,homeNpa,homeNxx,homeLata,homeState,onSuccess,onFailed,userContext); }
ContactWebService.UpdateContactAgentSettings= function(contactId,useAgentBalance,agentBillingModel,agentCategory,agentCountryCode,agentRegion,agentRole,agentType,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.UpdateContactAgentSettings(contactId,useAgentBalance,agentBillingModel,agentCategory,agentCountryCode,agentRegion,agentRole,agentType,onSuccess,onFailed,userContext); }
ContactWebService.UpdateContactAgentBrandSettings= function(contactId,agentBrandEmail,agentBrandInvoice,agentRemitToName,agentRemitToAddressBlock,agentRemitToPostalCode,agentRemitToLogoImage,agentRemitToMessageId,agentBrandWeb,agentWebName,agentWebTitle,agentWebLogoImage,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.UpdateContactAgentBrandSettings(contactId,agentBrandEmail,agentBrandInvoice,agentRemitToName,agentRemitToAddressBlock,agentRemitToPostalCode,agentRemitToLogoImage,agentRemitToMessageId,agentBrandWeb,agentWebName,agentWebTitle,agentWebLogoImage,onSuccess,onFailed,userContext); }
ContactWebService.UpdateContactComments= function(comments,contactId,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.UpdateContactComments(comments,contactId,onSuccess,onFailed,userContext); }
ContactWebService.ContactRoleAdd= function(roleEnabled,roleId,roleRatio,validStartDate,validStartTime,validEndDate,validEndTime,contactId,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.ContactRoleAdd(roleEnabled,roleId,roleRatio,validStartDate,validStartTime,validEndDate,validEndTime,contactId,onSuccess,onFailed,userContext); }
ContactWebService.ContactRoleEdit= function(contactId,roleEnabled,roleId,roleRatio,validStartDate,validStartTime,validEndDate,validEndTime,recordNumber,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.ContactRoleEdit(contactId,roleEnabled,roleId,roleRatio,validStartDate,validStartTime,validEndDate,validEndTime,recordNumber,onSuccess,onFailed,userContext); }
ContactWebService.ContactRoleDelete= function(recordNumber,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.ContactRoleDelete(recordNumber,onSuccess,onFailed,userContext); }
ContactWebService.ContactWorkScheduleAdd= function(contactId,enabled,days,startTime,endTime,numberOfMinutes,validStartDate,validStartTime,validEndDate,validEndTime,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.ContactWorkScheduleAdd(contactId,enabled,days,startTime,endTime,numberOfMinutes,validStartDate,validStartTime,validEndDate,validEndTime,onSuccess,onFailed,userContext); }
ContactWebService.ContactWorkScheduleEdit= function(contactId,enabled,days,startTime,endTime,numberOfMinutes,validStartDate,validStartTime,validEndDate,validEndTime,recordNumber,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.ContactWorkScheduleEdit(contactId,enabled,days,startTime,endTime,numberOfMinutes,validStartDate,validStartTime,validEndDate,validEndTime,recordNumber,onSuccess,onFailed,userContext); }
ContactWebService.ContactWorkScheduleDelete= function(recordNumber,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.ContactWorkScheduleDelete(recordNumber,onSuccess,onFailed,userContext); }
ContactWebService.GetContact= function(contactId,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.GetContact(contactId,onSuccess,onFailed,userContext); }
ContactWebService.GetContacts= function(contactType,filter,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.GetContacts(contactType,filter,onSuccess,onFailed,userContext); }
ContactWebService.AddContact= function(contactId,contactType,contactLevel,primaryContactId,parentContactId,parentBillingAccountId,externalContactId,addressType,contactName,firstName,middleName,lastName,otherName,title,address1,address2,address3,city,state,postalCode,country,phone,alternatePhone,fax,homePhone,cellular,pager,pagerType,pagerServer,pagerPort,pagerId,pagerPassword,voiceMail,extension,email,alternateEmail,imAddress,imNetwork,alternateImAddress,alternateImNetwork,webSite,ftpSite,taxId,tickerSymbol,sicCode,industry,referredBy,representativeId,agentId,webLanguage,ivrLanguage,info,checkInDate,checkInTime,checkOutDate,checkOutTime,timeZoneId,preferences,login,password,siteKeyImage,siteKeyPhrase,securityQuestion,securityResponse,sysAdmin,crmSeat,salutation,assistantName,managerName,spouseName,childrenNames,departmentName,office,profession,hobbies,gender,birthDate,anniversaryDate,notifyAlert,notifyIssueChange,notifyIssueChangeGlobal,notifyProductInfo,notifyVendorInfo,notifyThirdPartyInfo,notifyFormat,supervisorId,l1OrgId,l2OrgId,l3OrgId,l4OrgId,l5OrgId,glCode,agentBrandEmail,agentBrandInvoice,agentRemitToName,agentRemitToAddressBlock,agentRemitToPostalCode,agentRemitToLogoImage,agentRemitToMessageId,agentBrandWeb,agentWebName,agentWebTitle,agentWebLogoImage,useAgentBalance,agentBillingModel,agentCategory,agentCountryCode,agentRegion,agentRole,agentType,r1RatingProfileId,r2RatingProfileId,a1RatingProfileId,a2RatingProfileId,w1RatingProfileId,w2RatingProfileId,w3RatingProfileId,t1RatingProfileId,locationProfileId,homeCountryCode,homeNpa,homeNxx,homeLata,homeState,isoCurrencyCode,currencyFormat,comments,onSuccess,onFailed,userContext) {ContactWebService._staticInstance.AddContact(contactId,contactType,contactLevel,primaryContactId,parentContactId,parentBillingAccountId,externalContactId,addressType,contactName,firstName,middleName,lastName,otherName,title,address1,address2,address3,city,state,postalCode,country,phone,alternatePhone,fax,homePhone,cellular,pager,pagerType,pagerServer,pagerPort,pagerId,pagerPassword,voiceMail,extension,email,alternateEmail,imAddress,imNetwork,alternateImAddress,alternateImNetwork,webSite,ftpSite,taxId,tickerSymbol,sicCode,industry,referredBy,representativeId,agentId,webLanguage,ivrLanguage,info,checkInDate,checkInTime,checkOutDate,checkOutTime,timeZoneId,preferences,login,password,siteKeyImage,siteKeyPhrase,securityQuestion,securityResponse,sysAdmin,crmSeat,salutation,assistantName,managerName,spouseName,childrenNames,departmentName,office,profession,hobbies,gender,birthDate,anniversaryDate,notifyAlert,notifyIssueChange,notifyIssueChangeGlobal,notifyProductInfo,notifyVendorInfo,notifyThirdPartyInfo,notifyFormat,supervisorId,l1OrgId,l2OrgId,l3OrgId,l4OrgId,l5OrgId,glCode,agentBrandEmail,agentBrandInvoice,agentRemitToName,agentRemitToAddressBlock,agentRemitToPostalCode,agentRemitToLogoImage,agentRemitToMessageId,agentBrandWeb,agentWebName,agentWebTitle,agentWebLogoImage,useAgentBalance,agentBillingModel,agentCategory,agentCountryCode,agentRegion,agentRole,agentType,r1RatingProfileId,r2RatingProfileId,a1RatingProfileId,a2RatingProfileId,w1RatingProfileId,w2RatingProfileId,w3RatingProfileId,t1RatingProfileId,locationProfileId,homeCountryCode,homeNpa,homeNxx,homeLata,homeState,isoCurrencyCode,currencyFormat,comments,onSuccess,onFailed,userContext); }

