The BridgeParticipantResult
object contains the conference bridge participant tax calculation results generated for each conference bridge participant:
The BridgeParticipantResult
functionality is still in beta. Contact CommunicationSupport@avalara.com for more information.
Key | Value |
---|---|
ref | [string] Reference ID for the participant
|
tran | [int] Transaction Type Transaction Type ID used for the participant. The transaction/service pair is determined automatically based on the Participant location and other information specified in the transaction |
serv | [int] Service Type Service Type ID used for the participant. The transaction/service pair is determined automatically based on the Participant location and other information specified in the transaction |
txs | [Tax] Detailed Tax Results Contains the detailed tax results generated for each participant |
err | [string] Error Error message for the participant tax calculation (as applicable)
|
"brdg": [ { "ref": "Participant 1", "tran": 3, "serv": 608, "txs": [ { // Detailed Tax } ], "err": "Error Message Text" }]