ReadOnlyCompanyService<T>.Get method
Gets an item (GET) from a remote company collection.
public virtual Task<Response<T>> Get(int id, ExpandOptions<T>? options = null,
bool refresh = false, RequestSettings? settings = null)
parameter | description |
---|---|
id | item id |
options | expand options |
refresh | wether the local cache should be ignored or not |
settings | request settings |
See Also
- class Response<T>
- class ExpandOptions<T>
- class RequestSettings
- class ReadOnlyCompanyService<T>
- namespace Amica