Printable programme flyers for one cinema and period.
List flyers
List the flyers of a cinema. Filterable by startDate/endDate so the editor can find the existing flyer for a programme period before creating one.
path Parameters
cinemaIdquery Parameters
pageperPagesortorderquerystartDateendDateList flyers › Responses
Flyer list
Create a flyer
Create a flyer for the addressed cinema and programme period. flyerTemplateId is optional and, when given, must belong to the same cinema — omitted, the flyer is a standalone fork with no Flyer Template link. Several flyers may share one period — they are told apart by their name.
path Parameters
cinemaIdCreate a flyer › Request Body
namestartDateendDatedocumentflyerTemplateIdCreate a flyer › Responses
Flyer created
Update a flyer
Autosaves a flyer edit. version carries the optimistic-lock counter the client last read (docs/adr/0004): a mismatch against the stored value means someone else wrote in the meantime, and the API responds 409 without writing. A successful write increments the counter and appends the previous document to the flyer's versions (pruned to the newest 20).
path Parameters
flyerIdUpdate a flyer › Responses
Flyer updated

