Intacct Module API

API reference for Intacct integration endpoints.

BriteCore v2 Intacct API endpoint wrappers.

This module provides wrappers for Intacct export and posting workflows in the BriteCore v2 integration surface.

britecore_sdk.api.api_calls.v2.intacct.get_intacct_vendor_info(**kwargs)[source]

Retrieve Intacct vendor information.

Parameters:

kwargs (Unpack[RequestParameters])

Return type:

Any

britecore_sdk.api.api_calls.v2.intacct.get_unexported_claim_transactions_xml(**kwargs)[source]

Retrieve unexported claim transactions in XML form.

Parameters:

kwargs (Unpack[RequestParameters])

Return type:

Any

britecore_sdk.api.api_calls.v2.intacct.get_unexported_return_premiums_xml(**kwargs)[source]

Retrieve unexported return premiums in XML form.

Parameters:

kwargs (Unpack[RequestParameters])

Return type:

Any

britecore_sdk.api.api_calls.v2.intacct.post_claim_transactions(payload=None, **kwargs)[source]

Post claim transactions to Intacct.

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.intacct.post_return_premiums(payload=None, **kwargs)[source]

Post return premiums to Intacct.

Parameters:
Return type:

Any