add counterparty list api

This commit is contained in:
behruz-dev
2025-09-25 15:23:39 +05:00
parent 186491dfd0
commit 6e812fcb9c
2 changed files with 13 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ urlpatterns = [
path('all/', cp_views.CounterpartiesApiView.as_view()),
path("<uuid:id>/", cp_views.CounterpartyDetailApiView.as_view()),
path('<uuid:id>/un_archive/', cp_views.UnArchiveCounterpartyApiView.as_view()),
path('all/', cp_views.AllCounterpartyListApiView.as_view()),
]
)),
path('counterparty_folder/', include(