|
IContactAddNewContact Method
|
Adds a new Contact.
Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
SyntaxContact AddNewContact(
Contact contactInfo
)
Function AddNewContact (
contactInfo As Contact
) As Contact
Parameters
- contactInfo Contact
- Contact object.
Mandatory data members:
- AccountGUID.
- FirstName.
- LastName.
Defaulted members:
-
LanguageGUID. If not given, defaulted to account language.
Return Value
ContactContact object.
Exceptions
RemarksThis method will give exception if contact with same first name and last name already exist in Visma Severa, and the contact is active.
If the existing contact is inactive, this method will update the information of the contact and set the contact to active.
See Also