{ "opencollection": "1.0.0", "info": { "name": "Oper Agent Documents Loan Requests API", "version": "1.0" }, "items": [ { "info": { "name": "Loan Requests", "type": "folder" }, "items": [ { "info": { "name": "api_loan_requests_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/", "params": [ { "name": "analyst", "value": "", "type": "query" }, { "name": "analyst_or_owner", "value": "", "type": "query" }, { "name": "anonymized", "value": "", "type": "query" }, { "name": "broker", "value": "", "type": "query" }, { "name": "created_date_end", "value": "", "type": "query" }, { "name": "created_date_start", "value": "", "type": "query" }, { "name": "date_submission_end", "value": "", "type": "query" }, { "name": "date_submission_start", "value": "", "type": "query" }, { "name": "deed_date_end", "value": "", "type": "query" }, { "name": "deed_date_start", "value": "", "type": "query" }, { "name": "external_metadata", "value": "", "type": "query" }, { "name": "loan_request_type", "value": "", "type": "query" }, { "name": "owner", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "search", "value": "", "type": "query", "description": "A search term." }, { "name": "status", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Loan requests filtered on the role and relation to the user\nvia a ThirdParty or CreditProvider." }, { "info": { "name": "api_loan_requests_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Loan requests filtered on the role and relation to the user\nvia a ThirdParty or CreditProvider." }, { "info": { "name": "api_loan_requests_total_loan_amount_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/total-loan-amount/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Loan requests filtered on the role and relation to the user\nvia a ThirdParty or CreditProvider." }, { "info": { "name": "api_loan_requests_transfer_blocked_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/transfer-blocked", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_loan_requests_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan Request." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Loan requests filtered on the role and relation to the user\nvia a ThirdParty or CreditProvider." }, { "info": { "name": "api_loan_requests_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan Request." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Loan requests filtered on the role and relation to the user\nvia a ThirdParty or CreditProvider." }, { "info": { "name": "api_loan_requests_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan Request." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Loan requests filtered on the role and relation to the user\nvia a ThirdParty or CreditProvider." }, { "info": { "name": "api_loan_requests_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:id/", "params": [ { "name": "delete-related", "value": "", "type": "query", "description": "If 'true', deletes all related data connected to this Loan Request." }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan Request." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Loan requests filtered on the role and relation to the user\nvia a ThirdParty or CreditProvider." }, { "info": { "name": "api_loan_requests_additional_financing_needs_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/additional-financing-needs/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_additional_financing_needs_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/additional-financing-needs/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_additional_financing_needs_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/additional-financing-needs/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Additional Financing Need." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_additional_financing_needs_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/additional-financing-needs/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Additional Financing Need." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_additional_financing_needs_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/additional-financing-needs/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Additional Financing Need." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_additional_financing_needs_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/additional-financing-needs/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Additional Financing Need." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_assets_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/assets/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_bank_guarantees_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/bank-guarantees/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_bank_guarantees_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/bank-guarantees/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_bank_guarantees_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/bank-guarantees/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Bank Guarantee." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_bank_guarantees_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/bank-guarantees/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Bank Guarantee." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_bank_guarantees_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/bank-guarantees/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Bank Guarantee." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_bank_guarantees_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/bank-guarantees/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Bank Guarantee." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_borrower_notifications_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/borrower_notifications/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_borrower_notifications_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/borrower_notifications/:id/", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_borrower_notifications_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/borrower_notifications/:id/", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_clients_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Access all clients from a loan request" }, { "info": { "name": "api_loan_requests_clients_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Access all clients from a loan request" }, { "info": { "name": "api_loan_requests_clients_assets_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/assets/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Scopes a ViewSet's data-broker queryset to the ClientProfiles the broker is\npermitted to see: unowned clients, clients owned by the broker (or a\ndescendant broker) and clients the broker created.\n\nDirect-FK ViewSets inherit ``get_queryset_for_data_broker`` unchanged.\nViewSets whose resource references the ClientProfile indirectly (e.g. a\ngeneric foreign key) reuse ``_broker_client_ids`` and apply their own filter." }, { "info": { "name": "api_loan_requests_clients_assets_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/assets/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Scopes a ViewSet's data-broker queryset to the ClientProfiles the broker is\npermitted to see: unowned clients, clients owned by the broker (or a\ndescendant broker) and clients the broker created.\n\nDirect-FK ViewSets inherit ``get_queryset_for_data_broker`` unchanged.\nViewSets whose resource references the ClientProfile indirectly (e.g. a\ngeneric foreign key) reuse ``_broker_client_ids`` and apply their own filter." }, { "info": { "name": "api_loan_requests_clients_assets_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/assets/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Financial Asset." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Scopes a ViewSet's data-broker queryset to the ClientProfiles the broker is\npermitted to see: unowned clients, clients owned by the broker (or a\ndescendant broker) and clients the broker created.\n\nDirect-FK ViewSets inherit ``get_queryset_for_data_broker`` unchanged.\nViewSets whose resource references the ClientProfile indirectly (e.g. a\ngeneric foreign key) reuse ``_broker_client_ids`` and apply their own filter." }, { "info": { "name": "api_loan_requests_clients_assets_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/assets/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Financial Asset." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Scopes a ViewSet's data-broker queryset to the ClientProfiles the broker is\npermitted to see: unowned clients, clients owned by the broker (or a\ndescendant broker) and clients the broker created.\n\nDirect-FK ViewSets inherit ``get_queryset_for_data_broker`` unchanged.\nViewSets whose resource references the ClientProfile indirectly (e.g. a\ngeneric foreign key) reuse ``_broker_client_ids`` and apply their own filter." }, { "info": { "name": "api_loan_requests_clients_assets_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/assets/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Financial Asset." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Scopes a ViewSet's data-broker queryset to the ClientProfiles the broker is\npermitted to see: unowned clients, clients owned by the broker (or a\ndescendant broker) and clients the broker created.\n\nDirect-FK ViewSets inherit ``get_queryset_for_data_broker`` unchanged.\nViewSets whose resource references the ClientProfile indirectly (e.g. a\ngeneric foreign key) reuse ``_broker_client_ids`` and apply their own filter." }, { "info": { "name": "api_loan_requests_clients_assets_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/assets/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Financial Asset." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Scopes a ViewSet's data-broker queryset to the ClientProfiles the broker is\npermitted to see: unowned clients, clients owned by the broker (or a\ndescendant broker) and clients the broker created.\n\nDirect-FK ViewSets inherit ``get_queryset_for_data_broker`` unchanged.\nViewSets whose resource references the ClientProfile indirectly (e.g. a\ngeneric foreign key) reuse ``_broker_client_ids`` and apply their own filter." }, { "info": { "name": "api_loan_requests_clients_external_references_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/external_references/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Scopes a ViewSet's data-broker queryset to the ClientProfiles the broker is\npermitted to see: unowned clients, clients owned by the broker (or a\ndescendant broker) and clients the broker created.\n\nDirect-FK ViewSets inherit ``get_queryset_for_data_broker`` unchanged.\nViewSets whose resource references the ClientProfile indirectly (e.g. a\ngeneric foreign key) reuse ``_broker_client_ids`` and apply their own filter." }, { "info": { "name": "api_loan_requests_clients_external_references_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/external_references/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Scopes a ViewSet's data-broker queryset to the ClientProfiles the broker is\npermitted to see: unowned clients, clients owned by the broker (or a\ndescendant broker) and clients the broker created.\n\nDirect-FK ViewSets inherit ``get_queryset_for_data_broker`` unchanged.\nViewSets whose resource references the ClientProfile indirectly (e.g. a\ngeneric foreign key) reuse ``_broker_client_ids`` and apply their own filter." }, { "info": { "name": "api_loan_requests_clients_external_references_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/external_references/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this generic external reference." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Scopes a ViewSet's data-broker queryset to the ClientProfiles the broker is\npermitted to see: unowned clients, clients owned by the broker (or a\ndescendant broker) and clients the broker created.\n\nDirect-FK ViewSets inherit ``get_queryset_for_data_broker`` unchanged.\nViewSets whose resource references the ClientProfile indirectly (e.g. a\ngeneric foreign key) reuse ``_broker_client_ids`` and apply their own filter." }, { "info": { "name": "api_loan_requests_clients_external_references_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/external_references/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this generic external reference." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Scopes a ViewSet's data-broker queryset to the ClientProfiles the broker is\npermitted to see: unowned clients, clients owned by the broker (or a\ndescendant broker) and clients the broker created.\n\nDirect-FK ViewSets inherit ``get_queryset_for_data_broker`` unchanged.\nViewSets whose resource references the ClientProfile indirectly (e.g. a\ngeneric foreign key) reuse ``_broker_client_ids`` and apply their own filter." }, { "info": { "name": "api_loan_requests_clients_external_references_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/external_references/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this generic external reference." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Scopes a ViewSet's data-broker queryset to the ClientProfiles the broker is\npermitted to see: unowned clients, clients owned by the broker (or a\ndescendant broker) and clients the broker created.\n\nDirect-FK ViewSets inherit ``get_queryset_for_data_broker`` unchanged.\nViewSets whose resource references the ClientProfile indirectly (e.g. a\ngeneric foreign key) reuse ``_broker_client_ids`` and apply their own filter." }, { "info": { "name": "api_loan_requests_clients_external_references_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/external_references/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this generic external reference." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Scopes a ViewSet's data-broker queryset to the ClientProfiles the broker is\npermitted to see: unowned clients, clients owned by the broker (or a\ndescendant broker) and clients the broker created.\n\nDirect-FK ViewSets inherit ``get_queryset_for_data_broker`` unchanged.\nViewSets whose resource references the ClientProfile indirectly (e.g. a\ngeneric foreign key) reuse ``_broker_client_ids`` and apply their own filter." }, { "info": { "name": "api_loan_requests_clients_incomes_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/incomes/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Incomes filtered by Client creator" }, { "info": { "name": "api_loan_requests_clients_incomes_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/incomes/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Incomes filtered by Client creator" }, { "info": { "name": "api_loan_requests_clients_incomes_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/incomes/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Income." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Incomes filtered by Client creator" }, { "info": { "name": "api_loan_requests_clients_incomes_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/incomes/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Income." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Incomes filtered by Client creator" }, { "info": { "name": "api_loan_requests_clients_incomes_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/incomes/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Income." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Incomes filtered by Client creator" }, { "info": { "name": "api_loan_requests_clients_incomes_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/incomes/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Income." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Incomes filtered by Client creator" }, { "info": { "name": "api_loan_requests_clients_invite_link_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/invite-link/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns invite URL without sending email - for QR code/manual sharing." }, { "info": { "name": "api_loan_requests_clients_invite_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/invite/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Allows an agent in the brokerage app to send an invite to the client\nto provide him access to the self-service portal. So from a functional\npoint of view, it will only be called from the brokerage desktop app\nand not by the self-service." }, { "info": { "name": "api_loan_requests_clients_liabilities_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/liabilities/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "excludeRefinances", "value": "", "type": "query", "description": "Exclude Credit Liabilities with Takeover 'yes'" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Liabilities filtered by Client creator" }, { "info": { "name": "api_loan_requests_clients_liabilities_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/liabilities/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Liabilities filtered by Client creator" }, { "info": { "name": "api_loan_requests_clients_liabilities_batch_update_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/liabilities/batch-update/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Liabilities filtered by Client creator" }, { "info": { "name": "api_loan_requests_clients_liabilities_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/liabilities/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Liability." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Liabilities filtered by Client creator" }, { "info": { "name": "api_loan_requests_clients_liabilities_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/liabilities/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Liability." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Liabilities filtered by Client creator" }, { "info": { "name": "api_loan_requests_clients_liabilities_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/liabilities/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Liability." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Liabilities filtered by Client creator" }, { "info": { "name": "api_loan_requests_clients_liabilities_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/liabilities/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Liability." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Liabilities filtered by Client creator" }, { "info": { "name": "api_loan_requests_clients_relationships_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/relationships/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Client Relationships filtered by Client Profiles creator (both sides of the relationship)" }, { "info": { "name": "api_loan_requests_clients_relationships_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/relationships/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Client Relationships filtered by Client Profiles creator (both sides of the relationship)" }, { "info": { "name": "api_loan_requests_clients_relationships_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/relationships/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Client Relationship." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Client Relationships filtered by Client Profiles creator (both sides of the relationship)" }, { "info": { "name": "api_loan_requests_clients_relationships_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/relationships/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Client Relationship." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Client Relationships filtered by Client Profiles creator (both sides of the relationship)" }, { "info": { "name": "api_loan_requests_clients_relationships_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/relationships/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Client Relationship." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Client Relationships filtered by Client Profiles creator (both sides of the relationship)" }, { "info": { "name": "api_loan_requests_clients_relationships_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:client_id/relationships/:id/", "params": [ { "name": "client_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Client Relationship." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Client Relationships filtered by Client Profiles creator (both sides of the relationship)" }, { "info": { "name": "api_loan_requests_clients_retrieve_2", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan Request to Client Profile." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Access all clients from a loan request" }, { "info": { "name": "api_loan_requests_clients_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan Request to Client Profile." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Access all clients from a loan request" }, { "info": { "name": "api_loan_requests_clients_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan Request to Client Profile." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Access all clients from a loan request" }, { "info": { "name": "api_loan_requests_clients_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/clients/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan Request to Client Profile." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Access all clients from a loan request" }, { "info": { "name": "api_loan_requests_comments_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/comments/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_comments_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/comments/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_comments_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/comments/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Comment." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_comments_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/comments/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Comment." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_comments_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/comments/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Comment." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_comments_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/comments/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Comment." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_compliance_checks_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/compliance-checks/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_compliance_checks_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/compliance-checks/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_compliance_checks_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/compliance-checks/:id/", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_consultations_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/consultations/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_loan_requests_consultations_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/consultations/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_loan_requests_consultations_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/consultations/:id/", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_loan_requests_contact_details_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/contact-details/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_loan_requests_data_connections_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/data-connections/", "params": [ { "name": "integrator_type", "value": "", "type": "query" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The data connection object represents the state of a data connection in\na third-party system, which has been initiated by sending the loan request\ninformation from Oper to the third-party system. Such an object is\ninitially created by Oper, for example when the loan request is sent to\na lender, at the user's request. As soon as the user triggers the event,\na new process is started with its own data connection object.\n\nThrough this route, a third party system can view a specific loan request\ndata" }, { "info": { "name": "api_loan_requests_data_connections_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/data-connections/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan request Data connection." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The data connection object represents the state of a data connection in\na third-party system, which has been initiated by sending the loan request\ninformation from Oper to the third-party system. Such an object is\ninitially created by Oper, for example when the loan request is sent to\na lender, at the user's request. As soon as the user triggers the event,\na new process is started with its own data connection object.\n\nThrough this route, a third party system can view a specific loan request\ndata" }, { "info": { "name": "api_loan_requests_data_connections_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/data-connections/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan request Data connection." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The data connection object represents the state of a data connection in\na third-party system, which has been initiated by sending the loan request\ninformation from Oper to the third-party system. Such an object is\ninitially created by Oper, for example when the loan request is sent to\na lender, at the user's request. As soon as the user triggers the event,\na new process is started with its own data connection object.\n\nThrough this route, a third party system can view a specific loan request\ndata" }, { "info": { "name": "api_loan_requests_data_connections_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/data-connections/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan request Data connection." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The data connection object represents the state of a data connection in\na third-party system, which has been initiated by sending the loan request\ninformation from Oper to the third-party system. Such an object is\ninitially created by Oper, for example when the loan request is sent to\na lender, at the user's request. As soon as the user triggers the event,\na new process is started with its own data connection object.\n\nThrough this route, a third party system can view a specific loan request\ndata" }, { "info": { "name": "api_loan_requests_data_push_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/data-push/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Adds any permissions in self.named_permissions to a NamedPermissionChecker" }, { "info": { "name": "api_loan_requests_decisions_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/decisions/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_decisions_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/decisions/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_decisions_allowed_decision_types_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/decisions/allowed-decision-types/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns allowed decision types based on user permissions." }, { "info": { "name": "api_loan_requests_decisions_required_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/decisions/required/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_decisions_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/decisions/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Decision." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_declarations_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/declarations/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "A ViewSet mixin that parametrizes DRF methods over roles" }, { "info": { "name": "api_loan_requests_declarations_create_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/declarations/create/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "A ViewSet mixin that parametrizes DRF methods over roles" }, { "info": { "name": "api_loan_requests_declarations_preview_payload_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/declarations/preview-payload/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "A ViewSet mixin that parametrizes DRF methods over roles" }, { "info": { "name": "api_loan_requests_declarations_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/declarations/:id/", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "A ViewSet mixin that parametrizes DRF methods over roles" }, { "info": { "name": "api_loan_requests_declarations_check_status_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/declarations/:id/check-status/", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "A ViewSet mixin that parametrizes DRF methods over roles" }, { "info": { "name": "api_loan_requests_declarations_delete_instruments_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/declarations/:id/delete-instruments/", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "A ViewSet mixin that parametrizes DRF methods over roles" }, { "info": { "name": "api_loan_requests_declarations_validation_report_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/declarations/:id/validation-report/", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "A ViewSet mixin that parametrizes DRF methods over roles" }, { "info": { "name": "api_loan_requests_discounts_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/discounts/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_documents_push_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/documents-push/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Push Loan request documents to an Integrator" }, { "info": { "name": "api_loan_requests_documents_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/documents/", "params": [ { "name": "is_assigned", "value": "", "type": "query" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Documents filtered by Loan request" }, { "info": { "name": "api_loan_requests_documents_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/documents/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Documents filtered by Loan request" }, { "info": { "name": "api_loan_requests_documents_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/documents/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Document." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Documents filtered by Loan request" }, { "info": { "name": "api_loan_requests_documents_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/documents/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Document." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Documents filtered by Loan request" }, { "info": { "name": "api_loan_requests_dynamic_fields_access_config_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/dynamic-fields-access-config/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_esignature_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/esignature/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Adds any permissions in self.extra_permission to the permission classes.\nUseful because then you can keep using the default permissions but extend them with extra permissions" }, { "info": { "name": "api_loan_requests_esignature_webhook_callback_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/esignature/webhook-callback/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Adds any permissions in self.extra_permission to the permission classes.\nUseful because then you can keep using the default permissions but extend them with extra permissions" }, { "info": { "name": "api_loan_requests_external_references_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/external_references/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_external_references_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/external_references/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_external_references_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/external_references/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this generic external reference." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_external_references_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/external_references/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this generic external reference." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_external_references_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/external_references/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this generic external reference." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_external_references_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/external_references/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this generic external reference." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_fact_check_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/fact-check/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Provides an endpoint to retrieve fact-check results for a loan request." }, { "info": { "name": "api_loan_requests_financed_items_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/financed-items/", "params": [ { "name": "financed_item", "value": "", "type": "query" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_fire_insurances_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/fire-insurances/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_fire_insurances_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/fire-insurances/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_fire_insurances_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/fire-insurances/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Fire insurance." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_fire_insurances_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/fire-insurances/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Fire insurance." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_fire_insurances_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/fire-insurances/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Fire insurance." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_fire_insurances_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/fire-insurances/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Fire insurance." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_force_update_status_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/force-update-status/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_generate_documents_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/generate-documents/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Adds any permissions in self.extra_permission to the permission classes.\nUseful because then you can keep using the default permissions but extend them with extra permissions" }, { "info": { "name": "api_loan_requests_generate_documents_json_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/generate-documents/json/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "ViewSet to get the raw json for generated document.\nShould not be used in production." }, { "info": { "name": "api_loan_requests_guarantees_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/guarantees/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_guarantees_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/guarantees/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_guarantees_automated_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/guarantees/automated/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_guarantees_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/guarantees/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Guarantee." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_guarantees_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/guarantees/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Guarantee." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_guarantees_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/guarantees/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Guarantee." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_guarantees_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/guarantees/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Guarantee." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_history_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/history/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" }, { "name": "log_level", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_history_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/history/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan request history." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_insurance_simulations_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/insurance-simulations/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_insurance_simulations_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/insurance-simulations/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_insurance_simulations_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/insurance-simulations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Insurance simulation." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_insurance_simulations_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/insurance-simulations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Insurance simulation." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_insurance_simulations_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/insurance-simulations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Insurance simulation." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_insurance_simulations_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/insurance-simulations/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Insurance simulation." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_liability_insurances_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/liability-insurances/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_liability_insurances_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/liability-insurances/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_liability_insurances_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/liability-insurances/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Liability insurance." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_liability_insurances_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/liability-insurances/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Liability insurance." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_liability_insurances_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/liability-insurances/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Liability insurance." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_liability_insurances_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/liability-insurances/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Liability insurance." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_milestones_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/milestones/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_milestones_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/milestones/:id/", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_milestones_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/milestones/:id/", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_offers_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/offers/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" }, { "name": "visualize_in_self_service", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_offers_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/offers/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_offers_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/offers/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan offer." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_offers_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/offers/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan offer." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_offers_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/offers/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan offer." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_offers_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/offers/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan offer." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_offers_missing_data_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/offers/:id/missing-data/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan offer." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_offers_akr_belq_override_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/offers/:offer_id/akr-belq-override/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" }, { "name": "offer_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_offers_akr_belq_override_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/offers/:offer_id/akr-belq-override/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" }, { "name": "offer_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_offers_akr_belq_override_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/offers/:offer_id/akr-belq-override/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" }, { "name": "offer_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_offers_akr_override_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/offers/:offer_id/akr-override/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" }, { "name": "offer_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_offers_akr_override_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/offers/:offer_id/akr-override/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" }, { "name": "offer_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_offers_akr_override_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/offers/:offer_id/akr-override/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" }, { "name": "offer_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_pre_approval_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/pre-approval/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_pre_approval_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/pre-approval/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_proof_download_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof-download/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Documents as zip files filtered by Loan request" }, { "info": { "name": "api_loan_requests_proof_download_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof-download/:loan_request_id/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Documents as zip files filtered by Loan request" }, { "info": { "name": "api_loan_requests_proof_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Proof instance objects associated to a loan request" }, { "info": { "name": "api_loan_requests_proof_realty_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/realty/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_proof_allowed_document_types_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/allowed-document-types/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Document types allowed to add" }, { "info": { "name": "api_loan_requests_proof_allowed_document_types_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/allowed-document-types/:id/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Document Type." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Document types allowed to add" }, { "info": { "name": "api_loan_requests_proof_documents_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/documents/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_proof_documents_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/documents/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Posting a document, will require a new document for the loan request." }, { "info": { "name": "api_loan_requests_proof_documents_bulk_create_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/documents/bulk-create/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_proof_documents_merge_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/documents/merge/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_proof_documents_ai_verifications_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/documents/:document_proof_object_id/ai_verifications/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "document_proof_object_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_proof_documents_ai_verifications_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/documents/:document_proof_object_id/ai_verifications/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "document_proof_object_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_proof_documents_ai_verifications_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/documents/:document_proof_object_id/ai_verifications/:id/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "document_proof_object_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_proof_documents_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/documents/:id/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Document proof object." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_proof_documents_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/documents/:id/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Document proof object." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_proof_documents_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/documents/:id/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Document proof object." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_proof_documents_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/documents/:id/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Document proof object." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_proof_informative_document_types_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/informative-document-types/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Informative document types" }, { "info": { "name": "api_loan_requests_proof_informative_document_types_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/informative-document-types/:id/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Document Type." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Informative document types" }, { "info": { "name": "api_loan_requests_proof_signed_document_types_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/signed-document-types/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Signed document types" }, { "info": { "name": "api_loan_requests_proof_signed_document_types_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:category_id/signed-document-types/:id/", "params": [ { "name": "category_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Document Type." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Signed document types" }, { "info": { "name": "api_loan_requests_proof_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proof/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Loan Request." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Proof instance objects associated to a loan request" }, { "info": { "name": "api_loan_requests_proofs_share_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/proofs-share/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_realties_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/realties/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Access all realties from a loan request" }, { "info": { "name": "api_loan_requests_realties_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/realties/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Access all realties from a loan request" }, { "info": { "name": "api_loan_requests_realties_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/realties/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Realty details." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Access all realties from a loan request" }, { "info": { "name": "api_loan_requests_realties_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/realties/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Realty details." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Access all realties from a loan request" }, { "info": { "name": "api_loan_requests_realties_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/realties/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Realty details." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Access all realties from a loan request" }, { "info": { "name": "api_loan_requests_realties_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/realties/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Realty details." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Access all realties from a loan request" }, { "info": { "name": "api_loan_requests_realties_collateral_ownership_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/realties/:id/collateral-ownership/", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_realties_collateral_ownership_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/realties/:id/collateral-ownership/", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_realties_valuation_report_download_url_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/realties/:id/valuation-report/download-url/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Realty details." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Return a fresh signed download URL for the realty's valuation report.\n\nResolves the latest `RealtyValuation` with an `external_service` set\n(currently Rock Estate is the only configured one), then the most recent\nnon-obsolete `propertyValuation` document attached to the realty, and\nreturns a freshly DMS-signed URL for it.\n\n`external_service__name` is intentionally not used as a filter: the value\nis admin-set per environment with no codified source-of-truth string, so\n`external_service__isnull=Fa" }, { "info": { "name": "api_loan_requests_realties_valuation_report_status_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/realties/:id/valuation-report/status/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Realty details." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Access all realties from a loan request" }, { "info": { "name": "api_loan_requests_realties_valuation_report_upload_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/realties/:id/valuation-report/upload/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Realty details." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Access all realties from a loan request" }, { "info": { "name": "api_loan_requests_recommended_solutions_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/recommended-solutions/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_reset_status_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/reset-status/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_loan_requests_reset_status_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/reset-status/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_loan_requests_search_products_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/search/products/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" }, { "name": "variability_group", "value": "", "type": "query", "description": "Variability Group Type" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The DynamicProductViewSet provides a way to fetch the list of available products enriched with data\nrelated to the loan request provided in the URL. It is used to select products to add to an offer as product items.\n\nThe list is a multiplication of the active ProductVersions with a start date of at least today and\nthe allowed variabilities configured for the product.\nAs an example:\n2 Products (A & B) with each one version\nProduct A has 2 allowed variabilities (fix and 5-5-5)\nProduct B has 1 allo" }, { "info": { "name": "api_loan_requests_search_products_create_2", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/search/products/:product_version_id/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" }, { "name": "product_version_id", "value": "", "type": "path" }, { "name": "variability_group", "value": "", "type": "query", "description": "Variability Group Type" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "The DynamicProductViewSet provides a way to fetch the list of available products enriched with data\nrelated to the loan request provided in the URL. It is used to select products to add to an offer as product items.\n\nThe list is a multiplication of the active ProductVersions with a start date of at least today and\nthe allowed variabilities configured for the product.\nAs an example:\n2 Products (A & B) with each one version\nProduct A has 2 allowed variabilities (fix and 5-5-5)\nProduct B has 1 allo" }, { "info": { "name": "api_loan_requests_source_data_fields_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/source-data-fields/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Source Data Field." }, { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_status_change_validation_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/status-change-validation/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_status_changes_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/status-changes/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_loan_requests_toggle_cancel_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/toggle-cancel/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" }, { "info": { "name": "api_loan_requests_tweak_products_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/loan-requests/:loan_request_id/tweak/products/", "params": [ { "name": "loan_request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mixin that routes to the loan request and verifies if the requestor has access to the requested resource\nTo use the Role View Mixin, you must define either queryset or overwrite get_base_queryset" } ] } ], "bundled": true }