SetIndividualInformation

Initial Build

2006.02

Deprecated Build

2013.01

xWEB

Web Method

Response Type

XmlNode

Important! Abila recommends using the WEBIndividualUpdate web method, which is more powerful and easier to use than SetIndividualInformation. Although the SetIndividualInformation web method is not planned for removal because of the legacy applications that use it, any new applications should use WEBIndividualUpdate.

SetIndividualInformation updates basic contact information for an individual.

Parameters

  • IndividualKey (string). Primary key of the individual to be updated.
  • oUpdateNode (XmlNode). XmlNode containing list of elements to be updated.

Response

XmlNode.

Sample Request

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Header>
<m:AuthorizationToken xmlns:m="http://www.avectra.com/2005/">
<m:Token>f41cfa72-35e1-4f53-b641-42aa90a5c01e</m:Token>
</m:AuthorizationToken>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<m:SetIndividualInformation xmlns:m="http://www.avectra.com/2005/">
<m:IndividualKey>5bb1722f-dc51-4424-aee9-3b204fcf09b6</m:IndividualKey>
<m:oUpdateNode>
<m:IndividualObjects>
<m:IndividualObject>
<m:ind_mid_name>Center</m:ind_mid_name>
<m:ind_designation></m:ind_designation>
<m:ind_dob>03/21/1970</m:ind_dob>
<m:ind_badge_name>BadgeName</m:ind_badge_name>
<m:cst_web_start_date>01/01/2006</m:cst_web_start_date>
<m:cst_web_password>password</m:cst_web_password>
<m:ixo_title>R&amp;D</m:ixo_title>
<m:eml_type>business</m:eml_type>
</m:IndividualObject>
</m:IndividualObjects>
</m:oUpdateNode>
</m:SetIndividualInformation>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Sample Response

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<soap:Header>
<AuthorizationToken xmlns="http://www.avectra.com/2005/">
<Token>2c1d5759-6366-4556-b3c2-e2275c100785</Token>
</AuthorizationToken>
<wsa:Action>http://www.avectra.com/2005/SetIndividualInformationResponse</wsa:Action>
<wsa:MessageID>uuid:1890caa8-33b6-434b-94b3-01de5ae6f3c0</wsa:MessageID>
<wsa:RelatesTo>uuid:6d44dc3a-deb6-4fb0-a1fb-b9b4d9e8f43c</wsa:RelatesTo>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous</wsa:To>
<wsse:Security>
<wsu:Timestamp wsu:Id="Timestamp-a1f5fc86-d7e9-4f0c-9c1b-eb18b20bd941">
<wsu:Created>2006-09-26T13:07:58Z</wsu:Created>
<wsu:Expires>2006-09-26T13:12:58Z</wsu:Expires>
</wsu:Timestamp>
</wsse:Security>
</soap:Header>
<soap:Body>
<SetIndividualInformationResponse xmlns="http://www.avectra.com/2005/">
<SetIndividualInformationResult>
<IndividualObjects xsi:schemaLocation="http://www.avectra.com/2005/ Individual.xsd" recordReturn="1">
<IndividualObject>
<ind_cst_key>5bb1722f-dc51-4424-aee9-3b204fcf09b6</ind_cst_key>
</IndividualObject>
</IndividualObjects>
</SetIndividualInformationResult>
</SetIndividualInformationResponse>
</soap:Body>
</soap:Envelope>