Within these release notes you will find descriptions of new features, enhancements and API changes in the LogiSense Billing application. The content below details changes in major release versions, point release versions and hotfixes. If you have any questions about the information provided below please do not hesitate to contact your LogiSense support representative.
10.7.0.0 Release Notes
Change Highlights
...
API Updates and Enhancements
v9/Service: added to ServiceDetailDTO public ListResultsDTO<ServicePricebookSetting> ServicePricebookSetting { get; set; }
Fixed an issue which could cause some API calls to fail in error when multiple post/put and get calls were made simultaneously
Fixed an issue where sales orders containing packages with tax addresses would fail in error when attempting to submit the order via API
New APIs
v9/CountingRule (Get, Post, Put, Patch, Delete)
v9/EventRegistration/External (Get)
v9/EmailTemplateType/{id}/AvailableTokens (Get)
v9/EmailTemplate/Upload (Post)
v9/EmailTemplate/Upload/{id} (Patch, Put, Delete)
v9/ServicePricebookSetting (Get)
v9/Template/{id} (Delete)
v9/Template/[id]/Detail (Get)
v9/Template/Paged (Get)
10.7.3.0 Release Notes
Inheriting Service Settings by Price Book:
Added the ability to select a price book when manually adding a charge or credit so that the service properties (GL Code, Service Tax Category, Rate Plan, Tax Inclusive configuration) configured on the service in the price book will be set as default values when creating the transaction/credit
Added a 'Price Book Settings' tab to the Setup / Product Catalog / Services screen which allows optional service setting overrides to be defined. These settings will automatically be selected when configuring services on packages in the product catalog based on matching criteria (the price book name, the service currency)
Dunning charges will use the service settings from the first active price book found on the account being charged. If a valid price book cannot be found on the account then the default service settings set on the service will be used
Package Contract penalties and commitments will now inherit service settings from the price book
Added a new 'Email and External Transfer' invoice delivery type permitting an invoice to be sent to a billing contact and also sent to an external location
Modified the tax adjustment feature on the Transactions screen to auto-populate the tax adjustment fields using details from the transaction that was selected for adjustment
10.7.3.0 API Changes
API Updates and Enhancements
Payment/Import (Post): PaymentProviderID can now be sent when importing a payment method. In Adyen integrated environments if the PaymentGatewayID is not provided then the PaymentProviderID will be used to attempt to automatically determine the PaymentGatewayID
New APIs
xxx