Click or drag to resize

IAtomiaBillingApiGetNumTasksPossibleToUpdate Method

Gets the number of tasks that can be updated (approved).

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
int GetNumTasksPossibleToUpdate(
	Guid[] guids,
	string status
)

Parameters

guids
Type: SystemGuid
Ids of tasks to be checked.
status
Type: SystemString
Tasks status.

Return Value

Type: Int32
Number of tasks that can be updated (approved).
See Also