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

Drukuj

.NET Framework Class Library

IContractorsController.GetCatalogs Method

Metoda umożliwia pobranie listy katalogów kontrahenta.

[GET] /api/Contractors/Catalogs

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

Assembly:  Sage.PL.WebAPI.Interface.Contractors (in Sage.PL.WebAPI.Interface.Contractors.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Function GetCatalogs As IHttpActionResult

C#

IHttpActionResult GetCatalogs()

Visual C++

IHttpActionResultGetCatalogs()

JavaScript

function getCatalogs();

Return Value

Zwraca kolekcję obiektów Catalog.

See Also

IContractorsController Interface

IContractorsController Members

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