sub view
This commit is contained in:
@@ -404,6 +404,17 @@ def get_subcriptions_list_office():
|
||||
response = SubscriptionsService.get_subscription_data(filters)
|
||||
return response
|
||||
|
||||
@api.route('/office/subcription-view', methods=['GET'])
|
||||
# @token_required
|
||||
def get_subcriptions_view_office():
|
||||
# Call the dashboard service
|
||||
filters = {
|
||||
'subscription_uid': request.args.get('subscription_uid')
|
||||
}
|
||||
|
||||
response = OfficeDashboardService.get_subscription_view_data(filters)
|
||||
return response
|
||||
|
||||
|
||||
@api.route('/office/billings', methods=['GET'])
|
||||
# @token_required
|
||||
|
||||
Reference in New Issue
Block a user