Adds one or more infractions to a booking.
POST/api/booking/addinfractions
Items may include an optional InfractionNoticeId to link the infraction to an InfractionNotice, honored only when the EnableInfractionNotices feature is on (otherwise ignored). Links are validated before anything is created, so any invalid link fails the whole batch with 400 and nothing is persisted.
Request
Responses
- 200
- 400
- 403
List of processed infractions
Invalid model state or Api Error
Unauthenticated user