Click or drag to resize

IAtomiaBillingApiAddTemplate Method

Adds the template for the specified user and related to specific language.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Template AddTemplate(
	Template template,
	Guid accountId,
	Guid languageId
)

Parameters

template
Type: Atomia.Billing.Core.Sdk.BusinessObjectsTemplate
Template to be added.
accountId
Type: SystemGuid
Account for which template is added.
languageId
Type: SystemGuid
Account's language.

Return Value

Type: Template
Inserted template.
See Also