Vendors Module API

API reference for vendor workflow endpoints.

BriteCore v2 Vendors API endpoint wrappers.

This module provides wrappers for third-party vendor integrations including IVANS, NxTech, Munich Re, AON, Value360, WTW, Invoice Cloud, and MVR services.

britecore_sdk.api.api_calls.v2.vendors.build_ivans_manual_claim(data_list=None, file_date=None, **kwargs)[source]

Build an IVANS manual claim file.

POST /api/v2/vendors/build_ivans_manual_claim

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.build_nxtech_initial_load(contact_id=None, file_date=None, **kwargs)[source]

Build an NxTech initial load file.

POST /api/v2/vendors/build_nxtech_initial_load

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.build_nxtech_manual_transactions(data_list=None, file_date=None, **kwargs)[source]

Build NxTech manual transaction records.

POST /api/v2/vendors/build_nxtech_manual_transactions

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.commercial_munichre_indepth_eligibility(property_id=None, **kwargs)[source]

Check commercial Munich Re in-depth eligibility.

POST /api/v2/vendors/commercial_munichre_indepth_eligibility

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.fetch_motor_vehicle_report_for_drivers(drivers=None, store_no_hit=None, **kwargs)[source]

Fetch motor vehicle reports for drivers.

POST /api/v2/vendors/fetch_motor_vehicle_report_for_drivers

Parameters:
  • drivers (list | None)

  • store_no_hit (bool | None)

  • kwargs (Unpack[RequestParameters])

Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.get_aon_cat_score(geocoding_service=None, risk_id=None, **kwargs)[source]

Retrieve an AON CAT score for a risk.

POST /api/v2/vendors/get_aon_cat_score

Parameters:
  • geocoding_service (str | None)

  • risk_id (str | None)

  • kwargs (Unpack[RequestParameters])

Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.get_prefill_services_data(property_id=None, **kwargs)[source]

Retrieve prefill-services data for a property.

POST /api/v2/vendors/get_prefill_services_data

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.get_value360_token(home_type=None, property_id=None, **kwargs)[source]

Retrieve a Value360 token for a property valuation session.

POST /api/v2/vendors/get_value360_token

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.get_wtw_score(property_descriptor=None, **kwargs)[source]

Retrieve a WTW score for a property.

POST /api/v2/vendors/get_wtw_score

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.invoice_cloud_autopay_enroll(enable=None, policy_number=None, **kwargs)[source]

Enroll or unenroll a policy in Invoice Cloud autopay.

POST /api/v2/vendors/invoice_cloud_autopay_enroll

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.invoice_cloud_autopay_is_enrolled(policy_number=None, **kwargs)[source]

Check Invoice Cloud autopay enrollment status.

POST /api/v2/vendors/invoice_cloud_autopay_is_enrolled

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.invoice_cloud_suppress_insured_deliverable_printings(enable=None, policy_number=None, **kwargs)[source]

Suppress or unsuppress insured deliverable printings.

POST /api/v2/vendors/invoice_cloud_suppress_insured_deliverable_printings

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.ivans_edocs_build(date_cursor=None, file_ids=None, **kwargs)[source]

Build IVANS eDocs for a set of files.

POST /api/v2/vendors/ivans_edocs_build

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.ivans_file_upload(file_name=None, ivans_type=None, **kwargs)[source]

Upload a file to IVANS.

POST /api/v2/vendors/ivans_file_upload

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.munichre_indepth_eligibility(property_id=None, **kwargs)[source]

Check Munich Re in-depth eligibility for a property.

POST /api/v2/vendors/munichre_indepth_eligibility

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.update_value360_replacement_cost_value(report_id=None, result=None, **kwargs)[source]

Update the Value360 replacement cost value.

POST /api/v2/vendors/update_value360_replacement_cost_value

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.import_credit_report(report_number=None, contact_id=None, content=None, score=None, date_added=None, warning=None, **kwargs)[source]

Import Credit Report.

POST /api/v2/vendors/import_credit_report

Parameters:
  • report_number (str | None)

  • contact_id (str | None)

  • content (str | None)

  • score (str | None)

  • date_added (str | None)

  • warning (str | None)

  • kwargs (Unpack[RequestParameters])

Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.import_motor_vehicle_report(report_number=None, drivers_license_number=None, drivers_license_state=None, contact_id=None, report_content=None, date_added=None, **kwargs)[source]

Import Motor Vehicle Report.

POST /api/v2/vendors/import_motor_vehicle_report

Parameters:
  • report_number (str | None)

  • drivers_license_number (str | None)

  • drivers_license_state (str | None)

  • contact_id (str | None)

  • report_content (str | None)

  • date_added (str | None)

  • kwargs (Unpack[RequestParameters])

Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.stripe_replay_missed_webhooks(contact_id=None, **kwargs)[source]

Stripe Replay Missed Webhooks.

POST /api/v2/vendors/stripe_replay_missed_webhooks

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.vendors.sungard_retry_send_file(file_name=None, file_date=None, **kwargs)[source]

Sungard Retry Send File.

POST /api/v2/vendors/sungard_retry_send_file

Parameters:
Return type:

Any