Retrieves the detail of a cart (temporary order), event lines only.
GET/api/v1/cart/:cartId
SOAP Equivalent: ACP_TempOrderGetDetail
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| cartId | id_TemporaryOrder | Interfaceflag.ID_FlagGroup |
| eventLines | listTempOrderRowEvent | Event lines of the cart |
| eventLines[].temporaryOrderRowId | ID_TemporaryOrderRow | Interfaceflag.ID_Interfaceflag |
| eventLines[].catalogId / catalogDateId | ID_Catalog / ID_CatalogDate | Event / session ids |
| eventLines[].dateStart / dateEnd | DateStart / DateEnd | Legacy quirk: swapped vs CatalogContents |
| eventLines[].status | Status | -1 canceled / 0 in progress / 1 confirmed |
| eventLines[].seats | ListAllocSeat | Allocated seats with amounts and physical seat detail |
Scoped by the x-tenant header; the session context (institution) is validated first.
An empty cart is returned as HTTP 200 with an empty array (SOAP parity).
The legacy products / subscriptions / free subscriptions / customers / sending fees / insurance
outputs are not part of this port.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
OK
Unauthorized
Forbidden
Not Found
Unprocessable Content
Internal Server Error