Overview

This API call updates a contact's phone password.

Business Rules

The phone password must be between 6 and 100 characters.

WSDL

https://api.emersion.com.au/Contacts.wsdl

Operation name

UpdateAccountContactChangePhonePasswordRequest



SOAP Example

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:emersion:api">
   <soapenv:Header/>
   <soapenv:Body>
      <urn:UpdateAccountContactChangePhonePasswordRequest>
         <urn:AccountID>3320234</urn:AccountID>
         <urn:ContactID>691820</urn:ContactID>
         <urn:PhonePassword>abc123</urn:PhonePassword>
      </urn:UpdateAccountContactChangePhonePasswordRequest>
   </soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:emersion:api">
   <SOAP-ENV:Body>
      <ns1:UpdateAccountContactChangePhonePasswordResponse>
         <ns1:Result>Record updated Successfully</ns1:Result>
      </ns1:UpdateAccountContactChangePhonePasswordResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>




Field Descriptions

All field names are case sensitive. Check enumerated values in the descriptions to confirm capitalisation and spacing. See field types for additional information..

NameDescriptionRequired?Field Type

Character

limit

Values 
accountid
Account ID of the contact you are trying to update.YesInt28

3320234

contactid
Contact ID on the account.YesInt28691820
PhonePassword
Phone Password for the accountYesString6-100 characters abc123



Error Handling

Error Message
Length of Phone Password should be between 6 and 100 characters