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
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:
payload (dict[str, Any] | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any
Post return premiums to Intacct.
- Parameters:
payload (dict[str, Any] | None)
kwargs (Unpack[RequestParameters])
- Return type:
Any