Skip to content
Developerhome

PurchaseInvoiceLine

  Less than to read

Properties

Property Name Type Description isWritable
_access [_OutputAccessBinding]   no
_sortValue Int   no
_customData Json   no
_sourceId String   no
_id Id   no
documentNumber String   no
documentId Int   no
document PurchaseInvoice_node   no
lineStatus PurchaseDocumentStatus   no
supplier Supplier_node   no
supplierName String   no
site Site_node   no
company Company_node   no
siteLinkedAddress BusinessEntityAddress_node   no
currency Currency_node   no
companyCurrency Currency_node   no
taxableAmount Decimal   no
taxAmount Decimal   no
exemptAmount Decimal   no
anyTaxes PurchaseDocumentLineTax_Collection   no
taxes PurchaseDocumentLineTax_Collection   no
taxCalculationStatus TaxCalculationStatus   no
taxAmountAdjusted Decimal   no
origin PurchaseDocumentLineOrigin   no
internalNote _OutputTextStream   no
externalNote _OutputTextStream   no
isExternalNote Boolean   no
recipientSite Site_node   no
purchaseReceiptLine PurchaseReceiptLineToPurchaseInvoiceLine_node   no
purchaseReturnLines PurchaseReturnLineToPurchaseInvoiceLine_Collection   no
sourceDocumentNumber String   no
sourceDocumentSysId Int   no
uiTaxes Json   no
stockTransactionStatus StockDocumentTransactionStatus   no
stockTransactions StockTransaction_Collection   no
varianceText _OutputTextStream   no
varianceApprover User_node   no
storedDimensions Json   no
storedAttributes Json   no
purchaseOrderLine PurchaseOrderLineToPurchaseInvoiceLine_node   no
purchaseCreditMemoLines PurchaseInvoiceLineToPurchaseCreditMemoLine_Collection   no
creditedQuantity Decimal   no
providerLinkedAddress BusinessEntityAddress_node   no
consumptionLinkedAddress BusinessEntityAddress_node   no
_etag String   no
item Item_node   no
itemImage _OutputBinaryStream   no
itemDescription String   no
itemId String   no
itemSite ItemSite_node   no
stockSite Site_node   no
stockSiteLinkedAddress BusinessEntityAddress_node   no
stockUnit UnitOfMeasure_node   no
taxDate Date   no
text _OutputTextStream   no
computedAttributes Json   no
purchaseUnit UnitOfMeasure_node   no
purchaseUnitToStockUnitConversionFactor Decimal   no
quantity Decimal   no
grossPrice Decimal   no
quantityInStockUnit Decimal   no
priceOrigin PriceOrigin   no
anyDiscountCharges BasePurchaseDocumentLineDiscountCharge_Collection   no
discountCharges BasePurchaseDocumentLineDiscountCharge_Collection   no
discount Decimal   no
charge Decimal   no
netPrice Decimal   no
varianceType PurchaseInvoiceVarianceType   no
remainingQuantityToCredit Decimal   no
lineAmountExcludingTax Decimal   no
lineAmountExcludingTaxInCompanyCurrency Decimal   no
lineAmountIncludingTax Decimal   no
lineAmountIncludingTaxInCompanyCurrency Decimal   no
matchingStatus PurchaseInvoiceMatchingStatus   no
landedCost LandedCostDocumentLine_node   no
_constructor String   no
_createStamp Datetime   no
_updateStamp Datetime   no

Custom Queries

asyncExport : PurchaseInvoiceLine_Connection_asyncExport

Custom Mutations

acceptAllVariancesLine : Boolean

Mutation Type Description
purchaseInvoiceId IntOrString  
purchaseInvoiceLineId IntOrString  
approve Boolean  

calculateLineTaxes : PurchaseInvoiceLineCalculateLineTaxesReturn

Mutation Type Description
data PurchaseInvoiceLineCalculateLineTaxesData_Input  

setDimension : Boolean

Mutation Type Description
purchaseInvoiceLine IntReference  
storedDimensions String  
storedAttributes String  

asyncExport : PurchaseInvoiceLine_Mutations_asyncExport

Custom Type

PurchaseInvoiceLineCalculateLineTaxesData_Input

Query Type Description
site IntReference  
businessPartner IntReference  
addresses PurchaseInvoiceLineCalculateLineTaxesDataAddresses_Input  
item IntReference  
currency IntReference  
lineAmountExcludingTax Decimal  
quantity Decimal  
taxes [PurchaseInvoiceLineCalculateLineTaxesDataTaxes_Input]  
taxDate Date  
site IntReference  
businessPartner IntReference  
addresses PurchaseInvoiceLineCalculateLineTaxesDataAddresses_Input  
item IntReference  
currency IntReference  
lineAmountExcludingTax Decimal  
quantity Decimal  
taxes [PurchaseInvoiceLineCalculateLineTaxesDataTaxes_Input]  
taxDate Date  

PurchaseInvoiceLineCalculateLineTaxesReturn

Query Type Description
taxes [PurchaseInvoiceLineCalculateLineTaxesReturnTaxes]_node  
taxAmount Decimal  
taxAmountAdjusted Decimal  
lineAmountIncludingTax Decimal  

IntReference