updatePersonById
updatePersonById
The updatePersonById method updates the attributes maintained in the EMPI about the person. The system will locate the person record using the internal person identifier. 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 Person entry if the person updated or throw an response status as Not Modified
Â