Release Notes (August)
Custom Services – Set custom billing date
Sellers and Brokers are now able to define on what day of the month billing data should be generated and appear on the billing report for Custom Services. Previously, billing data was generated and appeared on the billing report on the 25th of each month. Select the billing date when configuring the subscription.

Show manual billing lines in Seller Billing Report
Support for manual billing lines has been extended to include the Seller level Billing Report. Previously, this functionality was available at the Broker level only.
F-secure Integration - 1,2- and 3-year subscriptions
For F-secure, it is now possible to configure the subscription period to be 1,2 and 3 years.
API Changes
API - List all Brokers (GET)
There is a new API call to list all brokers.
/api/sellers/{sellerId}/resellers
API - List Manual Billing Line (GET)
There is a new API call, to list all manual billing lines
/api/sellers/{sellerId}/resellers/{resellerId}/manualbilling
API - Create Manual Billing Line (POST)
There is a new API call to create a manual billing line from the API. This enables users to connect to an external system and populate billing data in Cloudmore
/api/sellers/{sellerId}/resellers/{resellerId}/manualbilling
API - Delete Manual Billing Line (DELETE)
There is a new API call, to delete an existing manual billing line.
/api/sellers/{sellerId}/resellers/{resellerId}/manualbilling/{id}
API – Async list user call
There is a new async API call, to get all CSP users.
/api/resellers/{resellerId}/organizations/{organizationId}/services/csp/usersAsync