Build - the name of the maintenance release build the change was introduced in.
Service - the name of the service/services which is/are affected.
Method - the name of the method/methods which is/are affected.
Message - the message that explains what was changed.
Schema changed - shows whether it is required to rebuild WSDL/XSD-generated stubs for .net, Java and other static typing languages.
TT - a link to a ticket related to the change.
Build | Service | Method | Message | Schema changed | Backward compatible | TT | Resolution for system update |
---|---|---|---|---|---|---|---|
MR83-0 | CodecConverter | add_file get_file delete_file get_file_list | Whole service with all methods made public(was internal). Logic behind these methods didn't changed | Yes | Yes | YT:BA-6024 | |
MR83-0 | Generic | get_version get_internal_api_schema get_api_schema update_ui_config_list get_ui_config_list | Add new methods available for admin and reseller realm: update_ui_config_list - method enables an API user to update the list of the UI configs get_ui_config_list - method enables an API user to get the list of the UI configs The methods 'get_version', 'get_internal_api_schema', 'get_api_schema' has been enabled for reseller realm | Yes | Yes | YT:BA-24781 | |
MR83-0 | User | get_ui_config_list update_ui_config_list | The methods were marked as deprecated. Use appropriate methods from Generic service | No | No | YT:BA-24781 | Overview: Starting from MR83-0, the 'User.get_ui_config_list' and 'User.update_ui_config_list' API methods are deprecated. The mentioned 'User' service of these methods was changed to 'Generic' and you can use the 'Generic.get_ui_config_list' and 'Generic.update_ui_config_list' methods instead. Symptoms/Impact: While using the 'User.get_ui_config_list' and 'User.update_ui_config_list' methods, the following error will appear: The 'update_ui_config_list'/'get_ui_config_list' method is obsolete and will be removed soon. Actions: If a third-party API client is used, it should be changed to handle the 'Generic' service instead of 'User' of the mentioned 'get_ui_config_list' and 'update_ui_config_list' methods. |
MR83-0 | Session | ping | Extend API to allow passing nonce to Session.ping method | Yes | Yes | YT:BA-23462 | |
MR83-0 | Account | update_accounts_batch | API method was extended by adding new inbound i_role, opening_balance attributes. Additional filtering (bill_status, login, id, city, companyname, cont1, cont2, country, faxnum, firstname, lastname, midinit, note, phone1, phone2, salutation, state, zip) of accounts to be updated was also implemented. | Yes | Yes | YT:BA-24843 | |
MR83-1 | Account | delete_alias terminate_account | Added 'force' input parameter, 'warnings' output field | Yes | Yes | YT:BA-23584 | |
MR83-1 | Account | update_accounts_batch | Added 'force_terminate' input parameter, 'warnings' output field | Yes | Yes | YT:BA-23584 | |
MR83-1 | Currency | get_currency_info | Allow get_currency_info for Representative | No | Yes | YT:BA-25343 | |
MR83-1 | TraceSession | get_trace_session_list | Added 'status' input parameter. Allows to get only sessions of certain status: complete or failed | Yes | Yes | YT:BA-25805 | |
MR83-1 | CustomerClass User | update_notification_list update_notification_list | Add API methods update_notification_list to service CustomerClass and User | Yes | Yes | YT:BA-25521 | |
MR83-1 | CustomerClass User | get_notification_category_list get_notification_category_list | adjusted logic of get_notification_category_list to return enabled send_sms and send_mail if at least one notification is enabled within the notification category | Yes | No | YT:BA-25521 | Overview: If there are no changes after the update in notifications configuration, no changes for the end-user. Symptoms: Only specific notifications enabled in the notification group. If send_sms or send_mail is enabled for one of the notifications in the notification group, it will be returned as enabled for the whole group. Actions: |
MR83-1 | CustomerClass User | update_notification_category_list update_notification_category_list | Deprecate API methods | No | Yes | YT:BA-25521 | |
MR83-1 | CustomerClass User | get_notification_list get_notification_list | Adjust methods get_notification_list to work without assigned i_notification_preset on respective entities | No | Yes | YT:BA-25521 | |
MR83-1 | Customer | terminate_customer | Adjust the processing of accounts. It is not possible to terminate a customer if termination of any of its accounts fails (for instance due to non-disconnectable active sessions) | No | No | YT:BA-24106 | Overview: There is an enhancement that prevents the issue with the account left unterminated after the customer termination by canceling the termination task if the active non-disconnectable session is detected on one of the accounts. Symptoms/Impact: Some customers cannot be terminated after the update due to active non-disconnectable session on one of their accounts. Actions: Terminate the account with an active session using the 'force' option or wait until the session ends. |
MR83-1 | Node | add_node update_node | Maximum allowed length of the "h323_id" input parameter was increased to 253 characters | No | Yes | YT:BA-26631 | |
MR83-1 | CustomerClass | get_customer_class_info get_customer_class_list add_customer_class update_customer_class | Add field ot_bp_charge_cc to CustomerClassInfo | Yes | Yes | YT:BA-25227 |