Click or drag to resize
PMBalanceAddOneTimeUpdate Method
Creates a new one time occuring balance update

Namespace: PM90SettingsAPI
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public void AddOneTimeUpdate(
	PMBalanceUpdateChangeOption option,
	DateTime ocurrAtUTC,
	Nullable<double> currency = null,
	Nullable<int> pages = null
)

Parameters

option
Type: PM90SettingsAPIPMBalanceUpdateChangeOption
Reset or Increase amount
ocurrAtUTC
Type: SystemDateTime
Date and time update will occur
currency (Optional)
Type: SystemNullableDouble
Currency change when balance uses currency
pages (Optional)
Type: SystemNullableInt32
Pages amount used when UsePages = true
Exceptions
ExceptionCondition
ArgumentExceptionNeeded parameter is null or out of range for options selected.
PMDatabaseExceptionRepresents an database connection or syntax error that has occurred when processing an API request
PMExceptionUnexcpected exception has occurred, check inner exception
See Also