C# Class SageOneApi.Requests.BankAccountRequest

Inheritance: RequestBase, IBankAccountRequest
Afficher le fichier Open project: Pietervdw/sageone-api-wrapper Class Usage Examples

Méthodes publiques

Méthode Description
BankAccountRequest ( IRestClient client, string apiKey, int companyId ) : RestSharp
Delete ( int id ) : bool
Get ( int id ) : BankAccount
Get ( string filter = "", int skip ) : PagingResponse
Save ( BankAccount bankAccount ) : BankAccount

Method Details

BankAccountRequest() public méthode

public BankAccountRequest ( IRestClient client, string apiKey, int companyId ) : RestSharp
client IRestClient
apiKey string
companyId int
Résultat RestSharp

Delete() public méthode

public Delete ( int id ) : bool
id int
Résultat bool

Get() public méthode

public Get ( int id ) : BankAccount
id int
Résultat SageOneApi.Models.BankAccount

Get() public méthode

public Get ( string filter = "", int skip ) : PagingResponse
filter string
skip int
Résultat PagingResponse

Save() public méthode

public Save ( BankAccount bankAccount ) : BankAccount
bankAccount SageOneApi.Models.BankAccount
Résultat SageOneApi.Models.BankAccount