Click or drag to resize

IAtomiaBillingApiGetBulkSendStatusesByExternalId Method

Gets bulk send statuses by external id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<BulkSendStatus> GetBulkSendStatusesByExternalId(
	Guid externalId
)

Parameters

externalId
Type: SystemGuid
The external id.

Return Value

Type: ListBulkSendStatus
Requested bulk send statuses.
See Also