Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseCorrectionIssue Class > PurchaseCorrectionIssue Properties > MasterDocumentId Property 

Drukuj

.NET Framework Class Library

PurchaseCorrectionIssue.MasterDocumentId Property

Id dokumentu korygowanego. Odpowiednik pola [idDokKoryg] z importu specjalnego. Jeżeli id nie zostanie podany, dokument wystawiony do dokumentu zakupu o podanym kodzie.

Namespace: Sage.PL.WebAPI.Interface.Purchases.ViewModels

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

Syntax

Visual Basic

Public Property MasterDocumentId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intMasterDocumentId { getset; }

Visual C++

public:
property Nullable<intMasterDocumentId {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_masterDocumentId();
function set_masterDocumentId(value);

See Also

PurchaseCorrectionIssue Class

PurchaseCorrectionIssue Members

Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace