Sage.PL.WebAPI.Interface.Purchases.Interfaces Namespace > IPurchasesController Interface > IPurchasesController Methods > GetDMKDocumentTypes Method 

Drukuj

.NET Framework Class Library

IPurchasesController.GetDMKDocumentTypes Method

Metoda umożliwia pobranie wszystkich typów dokumentów o charakterze dokumentu importowego korygującego.

[GET] /api/Purchases/DMKDocumentTypes

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

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

Syntax

Visual Basic

Function GetDMKDocumentTypes As IHttpActionResult

C#

IHttpActionResult GetDMKDocumentTypes()

Visual C++

IHttpActionResultGetDMKDocumentTypes()

JavaScript

function getDMKDocumentTypes();

Return Value

Zwraca kolekcję obiektów DocumentType.

See Also

IPurchasesController Interface

IPurchasesController Members

Sage.PL.WebAPI.Interface.Purchases.Interfaces Namespace