Retrieves the detail (dates + priced availability lines) of a session (séance).
POST/api/v1/catalog/events/eventSessions/detail
SOAP Equivalent: ACP_CatalogDateGetDetail
The sale guards are enforced: sale authorization (SOAP result 10114 → HTTP 403), not-sellable (10116 → 403), sale channel (10120 → 403), no availability (10119 → 404). The result crosses the rate grid with the availability. The by-population variant and validation rules are out of scope.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Content
Internal Server Error