Claim Properties Module API

API reference for properties linked to claims.

BriteCore V2 claim_properties API endpoint wrappers.

britecore_sdk.api.api_calls.v2.claim_properties.create_claim_property(claim_property=None, **kwargs)[source]

Create Claim Property.

POST /api/v2/claim_properties/create_claim_property

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.claim_properties.delete_claim_property(id=None, **kwargs)[source]

Delete Claim Property.

POST /api/v2/claim_properties/delete_claim_property

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.claim_properties.get_claim_properties(claim_id=None, **kwargs)[source]

Get Claim Properties.

POST /api/v2/claim_properties/get_claim_properties

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.claim_properties.get_claim_property(id=None, **kwargs)[source]

Get Claim Property.

POST /api/v2/claim_properties/get_claim_property

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.claim_properties.update_claim_property(claim_property=None, **kwargs)[source]

Update Claim Property.

POST /api/v2/claim_properties/update_claim_property

Parameters:
Return type:

Any