Skip to content

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