ICompanyService<T>.NewInstance method
Requests a new, appropriately initialized instace. The instance will not be saved on the resource.
public Task<Response<T>> NewInstance(RequestSettings? settings = null)
parameter | description |
---|---|
settings | request settings |
See Also
- class Response<T>
- class RequestSettings
- interface ICompanyService<T>
- namespace Amica