C# Class SageOneApi.Requests.AssetLocationRequest

Inheritance: RequestBase, IAssetLocationLocationRequest
Mostrar archivo Open project: Pietervdw/sageone-api-wrapper

Public Methods

Method Description
AssetLocationRequest ( IRestClient client, string apiKey, int companyId ) : System
Delete ( int id ) : bool
Get ( int id ) : AssetLocation
Get ( string filter = "", int skip ) : PagingResponse
Save ( AssetLocation assetLocation ) : AssetLocation

Method Details

AssetLocationRequest() public method

public AssetLocationRequest ( IRestClient client, string apiKey, int companyId ) : System
client IRestClient
apiKey string
companyId int
return System

Delete() public method

public Delete ( int id ) : bool
id int
return bool

Get() public method

public Get ( int id ) : AssetLocation
id int
return SageOneApi.Models.AssetLocation

Get() public method

public Get ( string filter = "", int skip ) : PagingResponse
filter string
skip int
return PagingResponse

Save() public method

public Save ( AssetLocation assetLocation ) : AssetLocation
assetLocation SageOneApi.Models.AssetLocation
return SageOneApi.Models.AssetLocation