ListaDeComprasClient..::..UpdateClientAsync Method

update client as an asynchronous operation.

Namespace:  ListaDeCompras.SDK
Assembly:  ListaDeCompras.SDK (in ListaDeCompras.SDK.dll)

Syntax


public Task<Client> UpdateClientAsync(
	ClientUpdateAction action,
	string data,
	Nullable<int> clientId
)

Parameters

action
Type: ClientUpdateAction
The action.
data
Type: String
The data.
clientId
Type: Nullable<(Of <(<'Int32>)>)>
The client identifier.

Return Value

Task<Client>.

Exceptions


ExceptionCondition
[UnauthorizedLevelAccessException]