| ... | ... | @@ -131,7 +131,7 @@ The other attributes have been added for this project and can be changed in core |
|
|
|
```
|
|
|
|
#!json
|
|
|
|
|
|
|
|
# POST {{url}}/data/core/customer/34/transitions/admin_modify_customer
|
|
|
|
# POST {{url}}/data/core/customer/34/transitions/admin_modify_client
|
|
|
|
{
|
|
|
|
"salutation" : "Mr",
|
|
|
|
"phonenumbers": [{"Name": "Mobil", "Nummer":"+43 676 99 88 777"}],
|
| ... | ... | @@ -169,14 +169,14 @@ As there is no entry in system.client, admin_modify_company is the only transiti |
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
### Customer Join Company
|
|
|
|
### Client Join Company
|
|
|
|
|
|
|
|
The IDs necessary here are die "id" attributes in core.customer.
|
|
|
|
|
|
|
|
```
|
|
|
|
#!json
|
|
|
|
|
|
|
|
#POST {{url}}/plugins/customer_company_join
|
|
|
|
#POST {{url}}/plugins/client_company_join
|
|
|
|
{
|
|
|
|
"client_customer_id" : 34,
|
|
|
|
"company_id" : 35
|
| ... | ... | |