Skip to main content

4.28. Editor - Create temporary address

Id 4.28.
Description

As an Editor

 

I want to be able to add a missing address to the System,

 

So that I am not blocked by missing information and can perform my contribution.

Priority High
Actors Editor
API Calls POST /addresses
Linked Processes

7.2. Create missing address process

Status Implemented

Preconditions

  1. The User must be authenticated and have the Editor role.
  2. The User has all the required address information

Postconditions

  1. The requested address is created with a flag (validated = false) indicating that the address is not validated and is temporary.
  2. If a site structure is provided, the site structure is persisted and linked to the created address.
  3. If no site structure is provided, a default site structure is persisted and linked to the created address.
  4. The requested address is returned to the user.

Main flow

  1. See linked process

Exceptions

See linked process