C# Класс SageOneApi.Requests.AssetLocationRequest

Наследование: RequestBase, IAssetLocationLocationRequest
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AssetLocationRequest() публичный Метод

public AssetLocationRequest ( IRestClient client, string apiKey, int companyId ) : System
client IRestClient
apiKey string
companyId int
Результат System

Delete() публичный Метод

public Delete ( int id ) : bool
id int
Результат bool

Get() публичный Метод

public Get ( int id ) : AssetLocation
id int
Результат SageOneApi.Models.AssetLocation

Get() публичный Метод

public Get ( string filter = "", int skip ) : PagingResponse
filter string
skip int
Результат PagingResponse

Save() публичный Метод

public Save ( AssetLocation assetLocation ) : AssetLocation
assetLocation SageOneApi.Models.AssetLocation
Результат SageOneApi.Models.AssetLocation