Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A abocar
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • cct
  • abocar
  • Wiki
  • Customers

Customers · Changes

Page history
Update Customers authored Jul 29, 2022 by Andrea Pavlovic's avatar Andrea Pavlovic
Hide whitespace changes
Inline Side-by-side
Customers.md
View page @ aefba551
......@@ -192,7 +192,26 @@ In system.client any attributes this system table has per default, can be edited
}
```
The other attributes have been added for this project and can be changed in core.customer. The id is the on from core.customer.
The other attributes have been added for this project and can be changed in core.customer. The id is the one from core.customer.
#### non-admin
Any user may edit it's own entry in core.customer:
```
#!json
# POST {{url}}/data/core/customer/34/transitions/modify
{
"salutation" : "Mr",
"phonenumbers": [{"Name": "Mobil", "Nummer":"+43 676 99 88 777"}],
"addresses": [{"Name":"Home", "Straße":"Oxford St", "PLZ":"SQ5 9DQ", "Stadt":"London", "Land":"England"}]
}
```
#### admin
For an admin user, an unbound transition exists:
```
#!json
......
Clone repository
  • Customers
  • Home
  • Queries
  • Test_Setup
  • Vehicles
  • v2