Click or drag to resize

IAtomiaBillingApiListBulkSendStatusesForCustomer Method

List bulk send statuses for customer

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
SearchResult<BulkSendStatus> ListBulkSendStatusesForCustomer(
	string searchString,
	int firstRow,
	int pageSize,
	string order,
	string propertyNameToOrder,
	Guid customerId,
	Nullable<DateTime> dateFrom,
	Nullable<DateTime> dateTo,
	List<string> statuses
)

Parameters

searchString
Type: SystemString
The 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.
customerId
Type: SystemGuid
Customer id.
dateFrom
Type: SystemNullableDateTime
Date from.
dateTo
Type: SystemNullableDateTime
Date to.
statuses
Type: System.Collections.GenericListString
Statuses list.

Return Value

Type: SearchResultBulkSendStatus
List of bulk send statuses for customer.
See Also