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 | |
| Status | Implemented |
Preconditions
- The User must be authenticated and have the Editor role.
- The User has all the required address information
Postconditions
- The requested address is created with a flag (validated = false) indicating that the address is not validated and is temporary.
- If a site structure is provided, the site structure is persisted and linked to the created address.
- If no site structure is provided, a default site structure is persisted and linked to the created address.
- The requested address is returned to the user.
Main flow
- See linked process
Exceptions
See linked process
No comments to display
No comments to display