Sage.PL.WebAPI.Interface.Sales.Interfaces Namespace > ISalesDimensionsController Interface > ISalesDimensionsController Methods > Update Method  > Update Method (Int32, List(Dimension))

Drukuj

.NET Framework Class Library

ISalesDimensionsController.Update Method (Int32, List(Dimension))

Metoda umożliwia aktualizacje pól własnych dokumentu sprzedaży o podanych kodach dla dokumentu sprzedaży o podanym id.

[PUT] /api/SalesDimensions/UpdateList?documentId=id_dokumentu

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

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

Syntax

Visual Basic

Function Update ( _
 documentId As Integer, _
 documentDimensions As List(Of Dimension) _
As IHttpActionResult

C#

IHttpActionResult Update(
 int documentId,
 List<DimensiondocumentDimensions
)

Visual C++

IHttpActionResultUpdate(
 int documentId,
 List<Dimension^>^ documentDimensions
)

JavaScript

function update(documentIddocumentDimensions);

Parameters

documentId

Type: System.Int32

[FromUri] Id dokumentu sprzedaży.

documentDimensions

Type: System.Collections.Generic.List(Dimension)

[FromBody] Lista obiektów pól własnych dokumentu sprzedaży do aktualizacji.

Return Value

Metoda nie zwraca żadnej zawartości.

See Also

ISalesDimensionsController Interface

ISalesDimensionsController Members

Update Overload

Sage.PL.WebAPI.Interface.Sales.Interfaces Namespace