Sage.PL.WebAPI.Interface.FKF.Contractors.Interfaces Namespace > IFKContractorDimensionsController Interface > IFKContractorDimensionsController Methods > GetByPosition Method 

Drukuj

.NET Framework Class Library

IFKContractorDimensionsController.GetByPosition Method

Metoda umożliwia pobranie listy wymiarów kontrahenta o podanej pozycji.

[GET] /api/FKContractorDimensions?contractorPosition=pozycja_kontrahenta

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

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

Syntax

Visual Basic

<ObsoleteAttribute("Deprecated due to invalid format standard. Use IFKContractorDimensions2Controller.GetByPosition instead.")> _
Function GetByPosition ( _
 contractorPosition As Integer _
As IHttpActionResult

C#

[ObsoleteAttribute("Deprecated due to invalid format standard. Use IFKContractorDimensions2Controller.GetByPosition instead.")]
IHttpActionResult GetByPosition(
 int contractorPosition
)

Visual C++

[ObsoleteAttribute(L"Deprecated due to invalid format standard. Use IFKContractorDimensions2Controller.GetByPosition instead.")]
IHttpActionResultGetByPosition(
 int contractorPosition
)

JavaScript

function getByPosition(contractorPosition);

Parameters

contractorPosition

Type: System.Int32

[FromUri] Pozycja kontrahenta.

Return Value

Zwraca kolekcję obiektów Dimension.

See Also

IFKContractorDimensionsController Interface

IFKContractorDimensionsController Members

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