...
Note |
---|
This is a beta functionality - expect some changes in the default configuration. |
Note |
---|
Value for |
Note |
---|
Value for |
Create or update a relationship
Code Block | ||
---|---|---|
| ||
PUT /api/v1/sync Authorization: Bearer :token Content-Type: application/json { "config": { "companyIdFields": ["referenceId"], "collectionStrategy": "incremental" }, "companies": [ { "referenceId": "d", "parentCompanies": [ { "referenceId": "b", "ownership": 25 } ] } ] } |
...