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

Drukuj

.NET Framework Class Library

IPaymentsController.GetKPDocumentTypes Method

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

[GET] /api/Payments/KPDocumentTypes

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 GetKPDocumentTypes As IHttpActionResult

C#

IHttpActionResult GetKPDocumentTypes()

Visual C++

IHttpActionResultGetKPDocumentTypes()

JavaScript

function getKPDocumentTypes();

Return Value

Zwraca kolekcję obiektów DocumentType.

See Also

IPaymentsController Interface

IPaymentsController Members

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