/Documents/{documentKey}/Positions/{documentPositionIdentifier}/AccessoryArticleItem
Description
Adds the accessory item to the specified line item as a sub-item. The use of accessory items is only possible for non-stock documents. Free number
- Uses backend process
Request
URI Parameters
documentKey
string
Required
documentPositionIdentifier
string
Required
Body Parameters
ArticleNumber
string
Erforderlich
Item number
UpdateQuantityOfAccessory
boolean
Controls the quantity update of the accessories
Quantity
decimal number
Quantity
UseQuantityFormula
boolean
Indicates whether the quantity formula is to be used
OSSProcedure
Gibt das One-Stop-Shop-Verfahren an.
Dies kann nur in Ausgangsbelegen angepasst werden.
Dies kann nur in Ausgangsbelegen angepasst werden.
Request Formats
application/json
Example:
{
"ArticleNumber": "sample string 1",
"UpdateQuantityOfAccessory": true,
"Quantity": 1.1,
"UseQuantityFormula": true,
"OSSProcedure": {
"Value": 1,
"Name": "NoParticipation"
}
}
Response
Resource Description
DocumentKey
string
Schlüssel des Belegs
DocumentKind
string
Typ des Belegs
DocumentNumber
string
Nummer des Belegs
PositionIdentifier
string
Line item identifier
AdditionalAction
Identifier für eine zusätzliche Aktion.
Response Formats
application/json
No example available.