Services related to fees on order.
Add Fee to Order
Add Fee to specified Order
path Parameters
orderIdOrder ID
Headers
Entur-PosPoint-of-sale identifier.
ET-Client-NameEntur Client Header.
It is required that all consumers identify themselves by using this header.
Entur will deploy strict rate-limiting policies on API-consumers who do not identify with a header and reserves the right to block unidentified consumers.
The structure of ET-Client-Name should be: <company>-<application> for companies, and <personal name>-<application> for individuals.
X-Correlation-IdCorrelation id
Entur-Distribution-ChannelA header containing the distribution channel ID.
Add Fee to Order › Request Body
typeType of Fee. Valid types: MANUAL, REFUNDING, ONBOARD, CHANGE, INVOICE, CHANGE_NON_REFUNDABLE, PENALTY, BOOKING, REDUCTION
Price with included tax amounts and an optional rate.
reasonExplanatory text describing the reason for the Fee, if applicable
orderLineIdsReferences to the OrderLines this Fee refers to, if applicable. If empty, the fee refers to all order lines
Add Fee to Order › Responses
OK
idID used to uniquely identify Fee if deletion is necessary
typeType of Fee. Valid types: MANUAL, REFUNDING, ONBOARD, CHANGE, INVOICE, CHANGE_NON_REFUNDABLE, PENALTY, BOOKING, REDUCTION
Price with included tax amounts and an optional rate.
reasonExplanatory text describing the reason for the Fee, if applicable
orderLineIdsReferences to the OrderLines this Fee refers to, if applicable. If empty, the fee refers to all order lines
Delete Fee from Order
Delete Fee with specified ID from Order with specified ID
path Parameters
orderIdOrder ID
feeIdFee ID
Headers
Entur-PosPoint-of-sale identifier.
ET-Client-NameEntur Client Header.
It is required that all consumers identify themselves by using this header.
Entur will deploy strict rate-limiting policies on API-consumers who do not identify with a header and reserves the right to block unidentified consumers.
The structure of ET-Client-Name should be: <company>-<application> for companies, and <personal name>-<application> for individuals.
X-Correlation-IdCorrelation id
Entur-Distribution-ChannelA header containing the distribution channel ID.
Delete Fee from Order › Responses
No Content