getAddressBook

This method is used to add a note to the relevant package in SDX used by the calling system about storing the package securely. On SDX this sets a timestamp on the package of when it was pushed/stored.

Request Parameters

Parameter Type Requirement Description
Username xsd:string mandatory - cannot be null or empty Login Credentials.
password xsd:string mandatory - cannot be null or empty Login Credentials.
pwordEncoded xsd:boolean optional - can be null (indicates false) Indicates if the password parameter is MD5 hash and base64 encoded.

Response

Response Type: String

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<addressbook>
 <addressbookdetails>
 <displayname>Joe, Bloggs</displayname>
 <firstName>Joe</firstName>
 <lastName>Bloggs</lastName>
 <company></company>
 <title></title>
 <address></address>
 <city></city>
 <provincestate></provincestate>
 <postzipcode></postzipcode>
 <emailaddress>joe.bloggs@example.com</emailaddress>
 <email2></email2>
 <email3></email3>
 <email4></email4>
 <workphone></workphone>
 <homephone></homephone>
 <mobilephone></mobilephone>
 <fax></fax>
 </addressbookdetails>
</addressbook>