Available api SOAP operations with contacts


Operations with user contacts

Authentication for every method performed through AuthHeader Soap header with fields:
  • login - user login, must be specified with password, incompatible with ticket
  • password - user password, must be specified with login, incompatible with ticket
  • ticket - ticket from SignIn API call of user service, incompatible with login, password pair
You should specify only ticket or only (login, password) pair in auth header.
Soap client fault messages on auth. fail:
  • AccessDenied - access to api is denied. Also coused by wrong user billing package
  • IncorrectLoginOrPassword - raised when login and/or password is incorrect in auth. header
  • TicketExpired - provided ticked is expired
  • WrongTicket - ticket could not be decrypted

The following operations are supported. For a formal definition, please review the Service Description.