Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Search for existing entity using POST data parameters:

MPI attributePre-conditionConditionPOST data attribute
MPI.person.last_namealwaysequal$.last_name
MPI.person.first_namealwaysequal$.first_name
MPI.person.birth_datealwaysequal$.birth_date
MPI.person.tax_idoptional (if $.tax_id is not null)equal$.tax_id
MPI.person.second_nameoptional (if $.tax_id is not null)equal$.second_name

Get MPI.person.id from result

...

  • MPI.person.history
  • MPI.person.created_at
  • MPI.person.created_by

Set attributes as:

  • MPI.person.modified_at = now()
  • MPI.person.modified_by = actor (mpi_id)