{ "opencollection": "1.0.0", "info": { "name": "Oper Agent Documents Third Parties API", "version": "1.0" }, "items": [ { "info": { "name": "Third Parties", "type": "folder" }, "items": [ { "info": { "name": "api_third_parties_broker_relationships_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/broker-relationships/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_relationships_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/third-parties/broker-relationships/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_relationships_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/broker-relationships/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Broker Relationship." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_relationships_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/third-parties/broker-relationships/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Broker Relationship." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_relationships_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/third-parties/broker-relationships/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Broker Relationship." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_relationships_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/third-parties/broker-relationships/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Broker Relationship." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_territories_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/broker-territories/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_territories_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/third-parties/broker-territories/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_territories_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/broker-territories/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Broker territory." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_territories_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/third-parties/broker-territories/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Broker territory." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_territories_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/third-parties/broker-territories/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Broker territory." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_territories_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/third-parties/broker-territories/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Broker territory." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_users_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/broker-users/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_users_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/third-parties/broker-users/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_users_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/broker-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Third Party to Application User." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_users_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/third-parties/broker-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Third Party to Application User." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_users_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/third-parties/broker-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Third Party to Application User." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_broker_users_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/third-parties/broker-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Third Party to Application User." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_brokers_imports_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/brokers-imports/", "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "status", "value": "", "type": "query", "description": "* `initialized` - Initialized\n* `running` - Running\n* `error` - Error\n* `finished` - Finished" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_brokers_imports_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/third-parties/brokers-imports/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_brokers_imports_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/brokers-imports/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Broker Bulk Import Log." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_brokers_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/brokers/", "params": [ { "name": "search", "value": "", "type": "query", "description": "A search term." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the list of brokers.\nFor brokers, this returns only themselves.\nFor analysts, this returns all brokers." }, { "info": { "name": "api_third_parties_brokers_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/third-parties/brokers/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the list of brokers.\nFor brokers, this returns only themselves.\nFor analysts, this returns all brokers." }, { "info": { "name": "api_third_parties_brokers_direct_broker_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/brokers/direct-broker/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_brokers_user_profiles_import_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/third-parties/brokers/user-profiles/import", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_third_parties_brokers_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/brokers/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Broker." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the list of brokers.\nFor brokers, this returns only themselves.\nFor analysts, this returns all brokers." }, { "info": { "name": "api_third_parties_brokers_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/third-parties/brokers/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Broker." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the list of brokers.\nFor brokers, this returns only themselves.\nFor analysts, this returns all brokers." }, { "info": { "name": "api_third_parties_brokers_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/third-parties/brokers/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Broker." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the list of brokers.\nFor brokers, this returns only themselves.\nFor analysts, this returns all brokers." }, { "info": { "name": "api_third_parties_estimators_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/estimators/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the list of estimators." }, { "info": { "name": "api_third_parties_estimators_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/estimators/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Estimator." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the list of estimators." }, { "info": { "name": "api_third_parties_insurance_providers_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/insurance-providers/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the list of insurance providers." }, { "info": { "name": "api_third_parties_insurance_providers_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/insurance-providers/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Insurance provider." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the list of insurance providers." }, { "info": { "name": "api_third_parties_lead_generators_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/lead-generators/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the list of lead generators." }, { "info": { "name": "api_third_parties_lead_generators_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/lead-generators/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Lead Generator." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the list of lead generators." }, { "info": { "name": "api_third_parties_notaries_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/notaries/", "params": [ { "name": "search", "value": "", "type": "query", "description": "A search term." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the list of notaries." }, { "info": { "name": "api_third_parties_notaries_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/third-parties/notaries/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Notary." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the list of notaries." } ] } ], "bundled": true }