...
If you do not have a synchronisation already, you can use our api here: swagger
Use http methods POST, PUT and DELETE to do the intended actions.
POST = create
PUT = update
DELETE = deactivate
Departments
Code Block |
---|
{ "id": "some-unique-department-id" "name": "Some Department", "email": department@email.com, "organizationId": "some-unique-organization-id", "address": "Osloveien 10", "postalCode": "1234", "phone": "12345678" } |
...