Sage.PL.WebAPI.Interface.Common.Interfaces Namespace > IDocumentTypesController Interface > IDocumentTypesController Methods > GetCharacterRelations Method 

Drukuj

.NET Framework Class Library

IDocumentTypesController.GetCharacterRelations Method

Metoda umożliwia pobranie relacji charakterów dokumentów.

[GET] /api/DocumentTypes/CharacterRelations

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

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

Syntax

Visual Basic

Function GetCharacterRelations As IHttpActionResult

C#

IHttpActionResult GetCharacterRelations()

Visual C++

IHttpActionResultGetCharacterRelations()

JavaScript

function getCharacterRelations();

Return Value

Zwraca kolekcję obiektów CharacterRelation.

See Also

IDocumentTypesController Interface

IDocumentTypesController Members

Sage.PL.WebAPI.Interface.Common.Interfaces Namespace