item

Prev Next
API Path
items businesscentralPrefix/softera/softeraEInvoice/v2.0/companies({{companyId}})/items

Methods

Method Return Type Description
GET item item Gets an item object.
POST item item Creates an item object.
PATCH item item Updates an item object.
DELETE item none Deletes an item object.

Fields

Name Type MaxLength Description
id Guid
number String 20
displayName String 100
type String
itemCategoryId Guid
itemCategoryCode String 20
blocked Boolean
gtin String 14
inventory Decimal
unitPrice Decimal
priceIncludesTax Boolean
unitCost Decimal
taxGroupId Guid
taxGroupCode String 20
baseUnitOfMeasureId Guid
baseUnitOfMeasureCode String 10
generalProductPostingGroupId Guid
generalProductPostingGroupCode String 20
vatProdPostingGroup String 20
inventoryPostingGroupId Guid
inventoryPostingGroupCode String 20
tariffNumber String 20
countryRegionOfOriginCode String 10
area String 10
grossWeight Decimal
netWeight Decimal
globalDimension1Code String 20
globalDimension2Code String 20
lastModifiedDateTime DateTimeOffset Read-only

Related API's (expand)

Name Type Description
inventoryPostingGroup Microsoft.NAV.inventoryPostingGroup
generalProductPostingGroup Microsoft.NAV.generalProductPostingGroup
unitOfMeasure Microsoft.NAV.unitOfMeasure
picture Microsoft.NAV.picture
defaultDimensions Collection(Microsoft.NAV.defaultDimension)
itemVariants Collection(Microsoft.NAV.itemVariant)