Sage.PL.WebAPI.Interface.Payments.Interfaces Namespace > IPaymentsController Interface > IPaymentsController Methods > GetIWDocumentTypes Method 

Drukuj

.NET Framework Class Library

IPaymentsController.GetIWDocumentTypes Method

Metoda umożliwia pobranie wszystkich typów dokumentów o charakterze dokumentu płatności dla rejestrów inne i typie wypłaty.

[GET] /api/Payments/IWDocumentTypes

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

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

Syntax

Visual Basic

Function GetIWDocumentTypes As IHttpActionResult

C#

IHttpActionResult GetIWDocumentTypes()

Visual C++

IHttpActionResultGetIWDocumentTypes()

JavaScript

function getIWDocumentTypes();

Return Value

Zwraca kolekcję obiektów DocumentType.

See Also

IPaymentsController Interface

IPaymentsController Members

Sage.PL.WebAPI.Interface.Payments.Interfaces Namespace