updatePerson
updatePerson
The updatePerson method updates the attributes maintained in the EMPI about the person. The system will locate the person record using the person identifiers as search criteria. If the record is not found, an exception is thrown. The attributes provided by the caller are used to update the person's record and then the matching algorithm is invoked to adjust the associations between person records based on the modifications that were made to the person's attributes.
Method
The method uses the PUT HTML method.
Input
The input to the method is the Person element.
Output
The output is void if the person updated or throw an response status as Not Modified