Click or drag to resize

IAtomiaBillingApiGetBulkSendStatusByExternalId Method

Gets bulk send status 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
BulkSendStatus GetBulkSendStatusByExternalId(
	Guid externalId
)

Parameters

externalId
Type: SystemGuid
The external id.

Return Value

Type: BulkSendStatus
Requested bulk send status.
See Also