/Documents/{documentKey}/SalesBOMPosition/{documentPositionIdentifier}/BillOfMaterialItem
Beschreibung
Hinzufügen eines Stücklistenartikels zu einer bereits vorhandenen Handelsstückliste mit der Angabe von Lagerinformationen
- Verwendet Backend-Prozess
Request
URI Parameters
documentKey
string
Erforderlich
documentPositionIdentifier
string
Erforderlich
Body Parameters
AdditionalDescription
string
Length: including between 0 and 80
Datenbankfeld: [BELEGP].[Zusatz]
ArticleNumber
string
Length: including between 0 and 40
Datenbankfeld: [BELEGP].[Artikelnummer]
BusinessPartnerReferenceAddressNumber
string
Length: including between 0 and 13
Datenbankfeld: [BELEGP].[RefAdresse]
CalculatedQuantityValue
decimal number
Datenbankfeld: [BELEGP].[Eingabemenge]
CalculationPrice
decimal number
Datenbankfeld: [BELEGP].[Kalkulationspreis]
Commission
decimal number
Datenbankfeld: [BELEGP].[Provision]
CostCentreName
string
Length: including between 0 and 15
Datenbankfeld: [BELEGP].[Kostenstelle]
CustomDate
date
Datenbankfeld: [BELEGP].[FreiDatum]
CustomNumber
decimal number
Datenbankfeld: [BELEGP].[FreiZahl]
CustomText1
string
Length: including between 0 and 80
Datenbankfeld: [BELEGP].[Frei1]
CustomText2
string
Length: including between 0 and 80
Datenbankfeld: [BELEGP].[Frei2]
DeliveryDate
date
Datenbankfeld: [BELEGP].[Termin]
EmployeeNumber
string
Length: including between 0 and 6
Datenbankfeld: [BELEGP].[Mitarbeiter]
FinancialAccountId
string
Length: including between 0 and 15
Datenbankfeld: [BELEGP].[Konto]
IsCashDiscountAllowed
boolean
Datenbankfeld: [BELEGP].[Skontofaehig]
IsCommissionArticle
boolean
Datenbankfeld: [BELEGP].[Provisionsartikel]
Memo
string
Datenbankfeld: [TEXT].[TEXT]
Name
string
Length: including between 0 and 80
Datenbankfeld: [BELEGP].[Bezeichnung]
OrderNumber
string
Length: including between 0 and 40
Datenbankfeld: [BELEGP].[Bestellnummer]
PayerName
string
Length: including between 0 and 15
Datenbankfeld: [BELEGP].[Kostentraeger]
QuantityUnit
string
Length: including between 0 and 10
Datenbankfeld: [BELEGP].[Mengeneinheit]
UnitPrice
decimal number
Datenbankfeld: [BELEGP].[Einzelpreis]
WarehouseId
string
Length: including between 0 and 10
Datenbankfeld: [BELEGP].[Lager]
Weight
decimal number
Datenbankfeld: [BELEGP].[Gewicht]
StoreInformation
Collection of DocumentPositionStoreInformationUpdate
Detailinformationen zu einer Belegposition inkl. Lagerinformationen
Request Formats
application/json
Beispiel:
{
"AdditionalDescription": "sample string 1",
"ArticleNumber": "sample string 2",
"BusinessPartnerReferenceAddressNumber": "sample string 3",
"CalculatedQuantityValue": 1.1,
"CalculationPrice": 1.1,
"Commission": 1.1,
"CostCentreName": "sample string 4",
"CustomDate": "2026-03-17T14:32:26.8044029+01:00",
"CustomNumber": 1.1,
"CustomText1": "sample string 5",
"CustomText2": "sample string 6",
"DeliveryDate": "2026-03-17T14:32:26.8044029+01:00",
"EmployeeNumber": "sample string 7",
"FinancialAccountId": "sample string 8",
"IsCashDiscountAllowed": true,
"IsCommissionArticle": true,
"Memo": "sample string 9",
"Name": "sample string 10",
"OrderNumber": "sample string 11",
"PayerName": "sample string 12",
"QuantityUnit": "sample string 13",
"UnitPrice": 1.1,
"WarehouseId": "sample string 14",
"Weight": 1.1,
"StoreInformation": [
{
"ArticleNumber": "sample string 1",
"ExpirationDate": "2026-03-17T14:32:26.8044029+01:00",
"Identifier": "sample string 3",
"PriceQuantity": 1.1,
"Quantity": 1.1,
"QuantityUnit": "sample string 4",
"SerialNumber": "sample string 5",
"StoragePlaceIdentifier": 1,
"TargetStoragePlaceIdentifier": 6,
"TargetWarehouse": "sample string 7",
"Warehouse": "sample string 8"
},
{
"ArticleNumber": "sample string 1",
"ExpirationDate": "2026-03-17T14:32:26.8044029+01:00",
"Identifier": "sample string 3",
"PriceQuantity": 1.1,
"Quantity": 1.1,
"QuantityUnit": "sample string 4",
"SerialNumber": "sample string 5",
"StoragePlaceIdentifier": 1,
"TargetStoragePlaceIdentifier": 6,
"TargetWarehouse": "sample string 7",
"Warehouse": "sample string 8"
}
]
}
Response
Resource Description
DocumentKey
string
Schlüssel des Belegs
DocumentKind
string
Typ des Belegs
DocumentNumber
string
Nummer des Belegs
PositionIdentifier
string
Kennung der Belegposition
AdditionalAction
Identifier für eine zusätzliche Aktion.
Response Formats
application/json
Kein Beispiel verfügbar.
