Sage.PL.WebAPI.Interface.Contractors.Interfaces Namespace > IContractorsController Interface > IContractorsController Methods > Get Method 

Drukuj

.NET Framework Class Library

IContractorsController.Get Method

Overload List

 

Name

Description

Public method

Get()

Metoda umożliwia pobranie listy wszystkich kontrahentów.

[GET] /api/Contractors

Public method

Get(Int32)

Metoda umożliwia pobranie kontrahenta o podanym id.

[GET] /api/Contractors?id=id_kontrahenta

Public method

Get(String)

Metoda umożliwia pobranie kontrahenta o podanym kodzie.

[GET] /api/Contractors?code=kod_kontrahenta

See Also

IContractorsController Interface

IContractorsController Members

Sage.PL.WebAPI.Interface.Contractors.Interfaces Namespace