/Articles/{articleNumber}/Sales/Prices/{customerNumber}
Description
Determines the sales prices for an item.
- The right ‘Lesen’ is required for the data ‘Artikel’.
- The right ‘Lesen’ is required for the data ‘Kunde’.
Request
URI Parameters
articleNumber
string
Required
customerNumber
string
Required
Date
date
The date for which the prices are to be determined. The current date is used if not specified.
NetPrice
boolean
Determines net prices only.
Body Parameters
None.
Response
Resource Description
Quantity
decimal number
Quantity from which the determined price applies.
OriginKindFlag
integer
1 - Promotion price | 2 - Price group price | 3 - Customer price | 4 - List price | 10 - Promotion price | 11 - Supplier price | 12 - Last EK |
FromDate
date
Price valid from
ToDate
date
Price valid until
DiscountPercent
decimal number
Indicates the discount in percent.
DiscountPercent2
decimal number
Indicates the discount 2 in percent.
UnitPrice
decimal number
Indicates the unit price before deduction of discounts.
FinalPrice
decimal number
Indicates the unit price after deduction of discounts.
TaxRate
decimal number
Indicates the tax rate in percent.
PriceUnitFactor
decimal number
Indicates the price unit.
QuantityUnit
string
Indicates the unit of measure.
Response Formats
application/json
Example:
[
{
"Quantity": 1.1,
"OriginKindFlag": 2,
"FromDate": "2024-12-26T21:51:16.8107937+01:00",
"ToDate": "2024-12-26T21:51:16.8107937+01:00",
"DiscountPercent": 3.1,
"DiscountPercent2": 4.1,
"UnitPrice": 5.1,
"FinalPrice": 6.1,
"TaxRate": 1.1,
"PriceUnitFactor": 7.1,
"QuantityUnit": "sample string 8"
},
{
"Quantity": 1.1,
"OriginKindFlag": 2,
"FromDate": "2024-12-26T21:51:16.8107937+01:00",
"ToDate": "2024-12-26T21:51:16.8107937+01:00",
"DiscountPercent": 3.1,
"DiscountPercent2": 4.1,
"UnitPrice": 5.1,
"FinalPrice": 6.1,
"TaxRate": 1.1,
"PriceUnitFactor": 7.1,
"QuantityUnit": "sample string 8"
}
]