Sage.PL.WebAPI.Interface.Warehouse.Interfaces Namespace > IWarehouseDocumentDimensionsController Interface > IWarehouseDocumentDimensionsController Methods > Update Method  > Update Method (String, List(Dimension), Boolean)

Drukuj

.NET Framework Class Library

IWarehouseDocumentDimensionsController.Update Method (String, List(Dimension), Boolean)

Metoda umożliwia aktualizacje pól własnych dokumentu magazynowego o podanych kodach dla dokumentu magazynowego o podanym numerze dokumentu.

[PUT] /api/WarehouseDocumentDimensions/UpdateList?documentNumber=numer_dokumentu

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

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

Syntax

Visual Basic

Function Update ( _
 documentNumber As String, _
 documentDimensions As List(Of Dimension), _
 Optional buffer As Boolean = False _
As IHttpActionResult

C#

IHttpActionResult Update(
 string documentNumber,
 List<DimensiondocumentDimensions,
 bool buffer = false
)

Visual C++

IHttpActionResultUpdate(
 StringdocumentNumber,
 List<Dimension^>^ documentDimensions,
 bool buffer = false
)

JavaScript

function update(documentNumberdocumentDimensionsbuffer);

Parameters

documentNumber

Type: System.String

[FromUri] Numer dokumentu magazynowego.

documentDimensions

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

[FromBody] Lista obiektów pól własnych dokumentu magazynowego do aktualizacji.

buffer (Optional)

Type: System.Boolean

[FromUri] Czy dokument znajduje się w buforze. W przypadku, gdy parametr nie zostanie podany zostaną zaktualizowane pola własne dokumentu magazynowego o podanym numerze dokumentu, które nie znajduje się w buforze.

Return Value

Metoda nie zwraca żadnej zawartości.

See Also

IWarehouseDocumentDimensionsController Interface

IWarehouseDocumentDimensionsController Members

Update Overload

Sage.PL.WebAPI.Interface.Warehouse.Interfaces Namespace