Versions Compared

Key

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

...

Check that legal entity is active (status = ACTIVE, SUSPENDED)

  1. Extract client_id from token

  2. Check legal entity status (status = ACTIVE, SUSPENDED)

    1. In case of error - return 409 (Legal entity must be ACTIVE or SUSPENDED)

Validate person

Ensure master_person_id is person

...