Impact:
Any external products, web clients or desktop applications which are integrated to ServiceDesk Plus MSP through the V1 APIs will be affected.
In essence, any functionalities such as client integrations, custom scripts or functions configured with V1 APIs will no longer work.
Recommended Actions:
It is essential to update the above-mentioned functionalities with V3 APIs in case they are configured with V1 APIs.
Here is the list of Billing V1 APIs that are being deprecated, along with the equivalent V3 APIs:
V1 API URL | EQUIVALENT V3 API URL | V3 HTTP METHOD |
/sdpapi/admin/account/{account-id}/activecontract | /api/v3/accounts/{account_id}/accountcontract (along with active contract criteria in the input data) | GET |
/sdpapi/request/{request-id}/billable | /api/v3/requests/{request-id}/markbillability | PUT |
/sdpapi/request/{request-id}/billing | Direct API is not supported as the respective details were already available across multiple request APIs. | GET |