To accommodate integration functionality changes, new stored procedures were added in SedonaOffice to perform the linking and unlinking of sites and systems. We added new endpoints to call these stored procedures:
- POST /api/CustomerSite/CSIntegration/Link
- POST /api/CustomerSite/CSIntegration/Unlink
- POST /api/CustomerSystem/CSIntegration/Link
- POST /api/CustomerSystem/CSIntegration/Unlink
These endpoints will return 501 "not implemented" if the corresponding SedonaOffice stored procedure is not found.
We modified these endpoints to include a new Integration Id parameter:
- PUT /api/CustomerSystem/AutoSystem
- PUT /api/CustomerSystem/AutoSystemEditBySystemId
If the corresponding SedonaOffice stored procedure has not been updated to accept the Integration Id parameter, it will be re-called without that parameter.