Information and management of orders that are or should be processed by a program.
Get all transactions for orderId
Get all transactions created by an order ID in all available programs.
query Parameters
orderIdHeaders
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
Get all transactions for orderId › Responses
OK
idGenerated identifier
amountThe number of points of the definition this transaction gives
memberIdThe ID of the member in the program this transaction belongs to
createdAtThe date and time when the transaction was created
programIdThe id of the program this transaction belongs to
validFromThe date and time the transaction is valid from.
pointDefinitionIdThe id of the point definition this transaction gives points of
expireAtThe date and time when the transaction expires. If null, the transaction never expires.
Metadata for the transaction
updatedAtThe date and time when the transaction was last updated
cancelledAtThe date and time when the transaction was cancelled. If not null, the transaction is valid until this time.
pointPeriodIdThe id of the point period this transaction belongs to, if applicable
pointDefinitionReferenceThe reference of the point definition this transaction gives points of
Deferred registration
Replays the events for a given order ID and order line ID to manually register potential points for a given customer ID.
Returns 422 Unprocessable Entity if no points could be given to the customer.
Returns 200 OK with details about the points given if successful.
path Parameters
programIdHeaders
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
Deferred registration › Request Body
orderIdThe order ID for which to register
customerIdThe customer ID for which to register the order
orderLineIdThe order line ID for which to register
Deferred registration › Responses
OK
List of points given per point definition