imisServices
The following operations are supported. For a formal definition, please review the Service Description.
-
IsDueExists
This function checks subscriptions needs to be Paid from iMIS -
addActivityAttachment
Add attachment to activity record -
addBankDetails
Add bank details -
addCCCharge
This function adds credit card charges to subscriptions. -
addJournal
This function adds journals to subscriptions. -
addMemberFee
This function adds basic membership subscription to subscriptions. -
addRelationship
This function adds journals to subscriptions. -
changeContactTypeAndStatus
Change Type and Status for a contact -
changePassword
This function provides the feature to change the password that a web user uses to login with. -
checkDuplicateReg
This function checks whether this user has already registered for this event - checkMemberExists
-
deleteOrder
This function is used to delete the existing order by order number -
deleteProduct
This function is used to delete the existing Product by Product Code -
forgotPassword
This function returns information about a users lost password based on the parameter added. -
forgotPasswordEx
This function returns information about a users lost password based on the parameter added. -
getActivitiesByActType
This function gets Activities by type. -
getCCChargePrice
This function get the card commison fee for the give amount and card type. -
getCCChargePriceEx
This function get the card commison fee for the give amount and card type. -
getCategories
Get Member Categories from iMIS -
getCommitteeMembers
This function gets the members of a committee based on the parameter inputted -
getCommittees
This function returns information about the Committees stored within iMIS. -
getContactByContactId
This function returns information about the user who’s contacted was inputted -
getContactByLoginId
This function gets a users information from the login information of the user -
getContactField
This function is used for getting contact details. -
getCountries
This function gets a list of the countries stored within iMIS -
getDDDiscount
This function returns direct debit discount amount -
getEmails
This function returns all the email addresses and information about members. - getEventDetails
-
getEventDetailsEx
This function gets events details - getEventNotesFieldValue
-
getEvents
This function returns all the details of the active events -
getGetProductsByType
This function gets Products by Type. -
getHashPassword
This function returns the hash code for the parameter entered. -
getJournals
This function returns information about the user who’s contacted was inputted -
getLookupData
Load all lookup values from iMIS -
getLookupDataEx
Load all lookup values from iMIS -
getMemberFee
This function returns information about the user who’s contacted was inputted -
getOrder
This function Get Existing order based on given order number -
getOrderTemplate
This function creates a New Order. -
getOrdersByContactId
Get Order Detials based on Contact - getPaymentRef
-
getProductByCode
This function retrives Product Details By Product Code. -
getProductCategories
This function returns the all product Categories -
getProducts
This function returns the all product details -
getRegDetails
This function returns the registration details based on the parameter inputted -
getRegDetailsXML
This function returns the registration details based on the parameter inputted -
getRelationships
This function returns information about the user who’s contacted was inputted -
getSubscriptions
This function gets Subscription information from iMIS - getiMISProfilePref
-
newActivity
This function Creates a new Activity record within iMIS. -
newActivityWithAttachment
This function Creates a new Activity record within iMIS. -
newContact
This function creates a new contact. -
newContactEx
This function creates a new contact with linked company. -
newEventRegistration
This function registers a customer to the event -
newMemberContact
This function creates a new contact. -
newOrder
This function creates a New Order. -
newProduct
This function creates a New Product. -
payDues
This function pays iMIS Dues -
reCalculateSubscriptions
Get Member Categories from iMIS -
removeJournal
This function removes journals from subscriptions. - searchMembers
- searchMembersEx
-
updateContact
This function updates the contact information of a member -
updateContactEx
This function updates the contact information of a member. -
updateContactField
This function is used for updating contact details. -
updateProductByCode
This function Updates Existing Product Details By Product Code. -
validateCardBucksNetPay
This function validates a transaction with Secpay -
validateCardSECPay
This function validates a transaction with Secpay -
validateLogin
This function checks the login details of the parameters inputted -
validateLoginEx
This function converts encrypted string to Decrypted value
This web service is using http://tempuri.org/ as its default namespace.
Recommendation: Change the default namespace before the XML Web service is made public.
Each XML Web service needs a unique namespace in order for client applications to distinguish it from other services on the Web. http://tempuri.org/ is available for XML Web services that are under development, but published XML Web services should use a more permanent namespace.
Your XML Web service should be identified by a namespace that you control. For example, you can use your company's Internet domain name as part of the namespace. Although many XML Web service namespaces look like URLs, they need not point to actual resources on the Web. (XML Web service namespaces are URIs.)
For XML Web services creating using ASP.NET, the default namespace can be changed using the WebService attribute's Namespace property. The WebService attribute is an attribute applied to the class that contains the XML Web service methods. Below is a code example that sets the namespace to "http://microsoft.com/webservices/":
C#
[WebService(Namespace="http://microsoft.com/webservices/")]
public class MyWebService {
// implementation
}
Visual Basic
<WebService(Namespace:="http://microsoft.com/webservices/")> Public Class MyWebService
' implementation
End Class
C++
[WebService(Namespace="http://microsoft.com/webservices/")]
public ref class MyWebService {
// implementation
};
For more details on XML namespaces, see the W3C recommendation on Namespaces in XML.
For more details on WSDL, see the WSDL Specification.
For more details on URIs, see RFC 2396.