Closed Smolations closed 9 months ago
Adds the DefaultLiabilityGlAccountId and DefaultRevenueGlAccountId properties to the BusinessEntity entity for the V2 client.
DefaultLiabilityGlAccountId
DefaultRevenueGlAccountId
BusinessEntity
These IDs cannot be added to business entities from the client/API, only the UI.
var businessEntity = BusinessEntities.Get(id); Console.WriteLine("Liability ID: {0}", businessEntity.DefaultLiabilityGlAccountId); Console.WriteLine("Revenue ID: {0}", businessEntity.DefaultRevenueGlAccountId);
Dev QA +1
Adds the
DefaultLiabilityGlAccountId
andDefaultRevenueGlAccountId
properties to theBusinessEntity
entity for the V2 client.Examples
These IDs cannot be added to business entities from the client/API, only the UI.