| ... | ... | @@ -93,7 +93,7 @@ Parameters (type, required etc) are found in the universe under $.plugins.custom |
|
|
|
```
|
|
|
|
#!json
|
|
|
|
|
|
|
|
#POST /plugins/customer_client_add
|
|
|
|
#POST /plugins/customer_client_create
|
|
|
|
{
|
|
|
|
"salutation" : "Mr",
|
|
|
|
"first_name":"John",
|
| ... | ... | @@ -143,7 +143,7 @@ The other attributes have been added for this project and can be changed in core |
|
|
|
```
|
|
|
|
#!json
|
|
|
|
|
|
|
|
#POST /plugins/customer_company_add
|
|
|
|
#POST /plugins/customer_company_create
|
|
|
|
{
|
|
|
|
"uid":"google_uid",
|
|
|
|
"name" : "Google Inc",
|
| ... | ... | |