Claim Catastrophes Module API
API reference for catastrophe assignment helpers for claims.
BriteCore V2 claim_catastrophes API endpoint wrappers.
Manage catastrophe associations with claims including natural disasters and major events.
- britecore_sdk.api.api_calls.v2.claim_catastrophes.create_catastrophe(catastrophe=None, **kwargs)[source]
Create a new catastrophe record.
POST /api/v2/claim_catastrophes/create_catastrophe
- Parameters:
catastrophe (Any | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.claim_catastrophes.delete_catastrophe(id=None, **kwargs)[source]
Delete a catastrophe record.
POST /api/v2/claim_catastrophes/delete_catastrophe
- Parameters:
id (Any | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.claim_catastrophes.get_applicable_catastrophes(claim_id=None, **kwargs)[source]
Retrieve catastrophes applicable to a claim.
POST /api/v2/claim_catastrophes/get_applicable_catastrophes
- Parameters:
claim_id (Any | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.claim_catastrophes.get_catastrophe(id=None, **kwargs)[source]
Retrieve a specific catastrophe record.
POST /api/v2/claim_catastrophes/get_catastrophe
- Parameters:
id (Any | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.claim_catastrophes.list_catastrophes(**kwargs)[source]
Retrieve all catastrophe records.
POST /api/v2/claim_catastrophes/list_catastrophes
- Parameters:
kwargs (Unpack[RequestParameters])
- Return type:
Any
- britecore_sdk.api.api_calls.v2.claim_catastrophes.update_catastrophe(catastrophe=None, **kwargs)[source]
Update an existing catastrophe record.
POST /api/v2/claim_catastrophes/update_catastrophe
- Parameters:
catastrophe (Any | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any