IndirizzoService.NewInstance method (1 of 2)
You should use the alternative NewInstance
overload instead.
public override Task<Response<Indirizzo>> NewInstance(RequestSettings? settings = null)
Exceptions
exception |
condition |
NotSupportedException |
|
See Also
IndirizzoService.NewInstance method (2 of 2)
Requests a new, properly initialized Indirizzo
instance.
public Task<Response<Indirizzo>> NewInstance(int anagraficaId, RequestSettings? settings = null)
parameter |
description |
anagraficaId |
|
settings |
|
Exceptions
exception |
condition |
ArgumentOutOfRangeException |
|
See Also