info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/Articles/{articleNumber}/SurchargeDetails
Description

Reads out the details of all surcharge items for an item.

  • The right ‘Lesen’ is required for the data ‘Artikel’.

Request

URI Parameters

articleNumber
string
Required
Die Nummer des Artikels.

Page
integer
Page number for paging | Default: 0

Items
integer
Sets the number of entries per page | Default: 10 | All: 0

SearchTerm
string
Filter for words

SearchIn
string
Properties in which to search. The separator between these properties is "|".

OrderBy
string
Properties to be sorted by. An exclamation mark ! at the end indicates downward sorting. To sort by several properties, they must be separated by a "|".

Filter
string
A filter can be defined to limit the result set. For example: (Property EQ Value OR Property2 GT Value2) AND (Property3 CT 'String') See the description for the FilterQueryLanguage for more information.

Body Parameters

None.

Response

Resource Description

Model: Collection of SurchargeArticleDetails
RecordId
integer
Read only
Record key for an surcharge item

ArticleNumber
string
Item number of the surcharge item

ParentArticleNumber
string
Item number of the item that uses this surcharge item

Position
integer
Controls the order of the surcharge items

QuantityFormula
string
Quantity formula

PriceFormat
string
Price format

NullSurcharge
boolean
Allow surcharge if total price = 0

Recalculation
boolean
Recalculation upon document acquisition/transfer

Use of the surcharge item

Einfügemodus von Zuschlag

PriceCalculation
Price calculation

MetaData
Created/Edited Information

Response Formats
application/json
Example:
    [
  {
    "RecordId": 1,
    "ArticleNumber": "sample string 2",
    "ParentArticleNumber": "sample string 3",
    "Position": 4,
    "QuantityFormula": "sample string 5",
    "PriceFormat": "sample string 6",
    "NullSurcharge": true,
    "Recalculation": true,
    "Usage": "IncomingGoods",
    "InsertMode": "Always",
    "PriceCalculation": "FromMasterData",
    "MetaData": {
      "CreationDate": "2024-12-26T22:37:56.7866128+01:00",
      "CreationUserToken": "sample string 1",
      "ModificationDate": "2024-12-26T22:37:56.7866128+01:00",
      "ModificationUserToken": "sample string 2"
    }
  },
  {
    "RecordId": 1,
    "ArticleNumber": "sample string 2",
    "ParentArticleNumber": "sample string 3",
    "Position": 4,
    "QuantityFormula": "sample string 5",
    "PriceFormat": "sample string 6",
    "NullSurcharge": true,
    "Recalculation": true,
    "Usage": "IncomingGoods",
    "InsertMode": "Always",
    "PriceCalculation": "FromMasterData",
    "MetaData": {
      "CreationDate": "2024-12-26T22:37:56.7866128+01:00",
      "CreationUserToken": "sample string 1",
      "ModificationDate": "2024-12-26T22:37:56.7866128+01:00",
      "ModificationUserToken": "sample string 2"
    }
  }
]