Click or drag to resize

TaxFeeGovernmentEntityID Property

Unique identifier used to specify government entity. Use Get_Contact with account type as vendor and account ID as government entity ID.

Created in Epic SDK V7.0.

Namespace:  ASI.TAM.API.Data.UI.Transaction
Assembly:  ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntax
public int GovernmentEntityID { get; set; }

Property Value

Type: Int32
GovernmentEntityID As Integer.
Remarks

Required when TaxFeeCode is not a Government Tax type.

Note Note
  • Name - GovernmentEntityID
  • Is Identity - True
  • Required On Insert - False
  • Required On Update - False
  • Lookup - ActiveGovernmentPayableVendors
  • Auto Validated - True
See Also