party payment history api added

This commit is contained in:
behruz-dev
2025-10-08 14:03:42 +05:00
parent 1fae231fc1
commit b78d7d38c7
3 changed files with 50 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ urlpatterns = [
path('statistics/', party_views.PartyStatisticsApiView.as_view()),
path('bulk-delete/', party_views.DeleteMultiplePartyApiView.as_view()),
path('<uuid:id>/change-confirmation/', party_views.ChangeConfirmationPartyApiView.as_view()),
path('<uuid:id>/payment-history/', party_views.PartyPaymentHistoryApiView.as_view()),
]
)),
]