Click or drag to resize

IAtomiaBillingApiGetAttachment Method

Gets the attachment for specific account by attachment id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
byte[] GetAttachment(
	Guid accountId,
	Guid attachmentId
)

Parameters

accountId
Type: SystemGuid
Id of the account.
attachmentId
Type: SystemGuid
Id of the attachment.

Return Value

Type: Byte
Byte array that contains attachment data.
See Also