Click or drag to resize

IAtomiaBillingApiGetTemplatesForExportByReseller Method

Gets templates for export by reseller.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
SearchResult<TemplateExport> GetTemplatesForExportByReseller(
	string searchString,
	int firstRow,
	int pageSize,
	string order,
	string propertyNameToOrder,
	Guid resellerId
)

Parameters

searchString
Type: SystemString
Search string.
firstRow
Type: SystemInt32
The first row.
pageSize
Type: SystemInt32
Size of the page.
order
Type: SystemString
The order.
propertyNameToOrder
Type: SystemString
The property name to order.
resellerId
Type: SystemGuid
The reseller id.

Return Value

Type: SearchResultTemplateExport
List of templates for export.
See Also