Northmill Ticket Orders API

The TicketOrders API from Northmill — 6 operation(s) for ticketorders.

Operations 8

PUT /v2/ticketorders Update list of ticketorders. #
POST /v2/ticketorders Create ticketorders. #
PUT /v2/stores/{externalStoreId}/ticketorders Update list of ticketorders. #
POST /v2/stores/{externalStoreId}/ticketorders Create ticketorders. #
GET /v2/ticketorders/byExternalReference/{externalReference} Get a order. #
GET /v2/stores/{externalStoreId}/ticketorders/byExternalReference/{externalReference} Get a order. #
GET /v2/ticketorders/byId/{Id} Get a order. #
GET /v2/stores/{externalStoreId}/ticketorders/byId/{Id} Get a order. #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/northmill-ticketorders-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

northmill-ticketorders-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: v2
  title: MoreFlo.Public.Api Ticket Orders API
servers:
- url: https://api.moreflo.com
tags:
- name: TicketOrders
paths:
  /v2/ticketorders:
    put:
      tags:
      - TicketOrders
      summary: Update list of ticketorders.
      operationId: TicketOrders_Update
      parameters:
      - name: externalStoreId
        in: query
        description: externalStoreId of the store, if multistore admin.
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrdersResult'
            text/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrdersResult'
            application/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrdersResult'
            text/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrdersResult'
      requestBody:
        content:
          application/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrder'
          text/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrder'
          application/xml:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrder'
          text/xml:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrder'
          application/x-www-form-urlencoded:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrder'
        description: List of ticketorders to update data.
        required: true
    post:
      tags:
      - TicketOrders
      summary: Create ticketorders.
      operationId: TicketOrders_Create
      parameters:
      - name: externalStoreId
        in: query
        description: ''
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrdersResult'
            text/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrdersResult'
            application/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrdersResult'
            text/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrdersResult'
      requestBody:
        content:
          application/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrderCreate'
          text/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrderCreate'
          application/xml:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrderCreate'
          text/xml:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrderCreate'
          application/x-www-form-urlencoded:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrderCreate'
        description: List of TicketOrder to create.
        required: true
  /v2/stores/{externalStoreId}/ticketorders:
    put:
      tags:
      - TicketOrders
      summary: Update list of ticketorders.
      operationId: TicketOrders_Update
      parameters:
      - name: externalStoreId
        in: path
        description: externalStoreId of the store, if multistore admin.
        required: true
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrdersResult'
            text/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrdersResult'
            application/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrdersResult'
            text/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrdersResult'
      requestBody:
        content:
          application/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrder'
          text/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrder'
          application/xml:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrder'
          text/xml:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrder'
          application/x-www-form-urlencoded:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrder'
        description: List of ticketorders to update data.
        required: true
    post:
      tags:
      - TicketOrders
      summary: Create ticketorders.
      operationId: TicketOrders_Create
      parameters:
      - name: externalStoreId
        in: path
        description: ''
        required: true
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrdersResult'
            text/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrdersResult'
            application/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrdersResult'
            text/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrdersResult'
      requestBody:
        content:
          application/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrderCreate'
          text/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrderCreate'
          application/xml:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrderCreate'
          text/xml:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrderCreate'
          application/x-www-form-urlencoded:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrderCreate'
        description: List of TicketOrder to create.
        required: true
  /v2/ticketorders/byExternalReference/{externalReference}:
    get:
      tags:
      - TicketOrders
      summary: Get a order.
      operationId: TicketOrders_GetByExternalReference
      parameters:
      - name: externalReference
        in: path
        description: External reference of the service order.
        required: true
        schema:
          type: string
      - name: externalStoreId
        in: query
        description: ''
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.ArticleResult'
            text/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.ArticleResult'
            application/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.ArticleResult'
            text/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.ArticleResult'
  /v2/stores/{externalStoreId}/ticketorders/byExternalReference/{externalReference}:
    get:
      tags:
      - TicketOrders
      summary: Get a order.
      operationId: TicketOrders_GetByExternalReference
      parameters:
      - name: externalReference
        in: path
        description: External reference of the service order.
        required: true
        schema:
          type: string
      - name: externalStoreId
        in: path
        description: ''
        required: true
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.ArticleResult'
            text/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.ArticleResult'
            application/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.ArticleResult'
            text/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.ArticleResult'
  /v2/ticketorders/byId/{Id}:
    get:
      tags:
      - TicketOrders
      summary: Get a order.
      operationId: TicketOrders_Get
      parameters:
      - name: Id
        in: path
        description: External reference
        required: true
        schema:
          type: string
      - name: externalStoreId
        in: query
        description: ''
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrderResult'
            text/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrderResult'
            application/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrderResult'
            text/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrderResult'
  /v2/stores/{externalStoreId}/ticketorders/byId/{Id}:
    get:
      tags:
      - TicketOrders
      summary: Get a order.
      operationId: TicketOrders_Get
      parameters:
      - name: Id
        in: path
        description: External reference
        required: true
        schema:
          type: string
      - name: externalStoreId
        in: path
        description: ''
        required: true
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrderResult'
            text/json:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrderResult'
            application/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrderResult'
            text/xml:
              schema:
                $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrderResult'
components:
  schemas:
    MoreFlo.Models.InterfaceModels.OrderResult:
      description: 'Represents the result of an operation that returns a single order.

        This class encapsulates an Order object and its unique identifier, typically used in API responses for single order operations.'
      type: object
      properties:
        Order:
          $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.Order'
          description: The Order object containing the order data.
        Id:
          description: The unique identifier of the order.
          type: string
        Success:
          description: Indicates whether the API operation was successful.
          type: boolean
        ExtraInformation:
          description: 'A list of extra information or messages related to the API operation result.

            This can include error messages, warnings, or informational notes.'
          type: array
          items:
            type: string
    MoreFlo.Models.InterfaceModels.Article:
      description: Represents an article with various properties.
      required:
      - ArticleNumber
      type: object
      properties:
        ArticleNumber:
          description: The unique article number.
          maxLength: 100
          minLength: 0
          type: string
        Quantity:
          format: double
          description: The quantity of the article.
          type: number
        SupplierArticleNumber:
          description: The supplier's article number.
          type: string
        SerialNumber:
          description: The serial number of the article.
          type: string
        BrandId:
          description: The brand identifier of the article.
          maxLength: 64
          minLength: 0
          type: string
        GroupId:
          description: The group identifier of the article.
          maxLength: 64
          minLength: 0
          type: string
        Location:
          description: Specifies the storage location or warehouse where the stock item is kept.
          maxLength: 50
          minLength: 0
          type: string
        ArticleName:
          description: The name of the article.
          maxLength: 60
          minLength: 0
          type: string
        ArticleDescription:
          description: The description or extra receipt text for the article.
          maxLength: 60
          minLength: 0
          type: string
        Unit:
          description: The unit of measurement for the article.
          maxLength: 30
          minLength: 0
          type: string
        ArticleGoodsType:
          description: Type of goods article, for example Tobacco
          enum:
          - NotSet
          - Other
          - Alcohol
          - Tobacco
          - Gambling
          - Hazardous
          type: string
        Barcode:
          description: Primary barcode for this article
          maxLength: 20
          minLength: 0
          type: string
        BarcodeAlternatives:
          description: Alternative barcodes for this article
          type: array
          items:
            $ref: '#/components/schemas/xFlo.Models.Common.Models.Article.ArticleBarcode'
        LocationId:
          description: The location identifier of the article.
          maxLength: 64
          minLength: 0
          type: string
        SupplierId:
          description: The supplier identifier of the article.
          type: string
        ProductModelReference:
          description: The product model reference for the article.
          type: string
        AccountCodeId:
          description: The account code identifier of the article.
          type: string
        InputPrice:
          format: double
          description: The input price of the article excluding VAT.
          type: number
        RecommendedPrice:
          format: double
          description: The recommended price of the article including VAT.
          type: number
        RetailPrice:
          format: double
          description: The retail price of the article including VAT.
          type: number
        ArticleType:
          description: The type of the article, see enumeration.
          enum:
          - Goods
          - Service
          - GiftCard
          - Prepay
          - ValueCard
          - GoodsMarginProfit
          - BuyGoodsMarginProfit
          - CommissionSale
          - CashRefundSlip
          type: string
        SubArticles:
          description: Sub-articles related to this article.
          type: string
        IsActive:
          description: Indicates whether the article is active or inactive.
          type: boolean
        UseScale:
          description: Indicates whether the article uses a scale.
          type: boolean
        AskForSerial:
          description: Indicates whether to ask for the serial number of the article.
          type: boolean
        Ackumulative:
          description: Indicates whether the article is accumulative.
          type: boolean
        IsWebshopArticle:
          description: Indicates whether the article is a webshop article.
          type: boolean
        IsStockItem:
          description: Must be set to true in order to have a quantity set.
          type: boolean
        CommissionValue:
          format: double
          description: The commission value of the article.
          type: number
        ConnectedCompany:
          description: The company the article belongs to (for multi-company setups).
          type: string
        BongPrinter:
          format: int32
          description: The bong printer associated with the article.
          type: integer
        BongNumberOfCopies:
          format: int32
          description: Number of bong (kitchen ticket) copies to print.
          type: integer
        BongText:
          description: The bong text for the article.
          type: string
        BongType:
          format: int32
          description: The bong type for the article.
          type: integer
        BongShowDialouge:
          description: Indicates whether to show the bong dialog.
          type: boolean
        IsOpenArticle:
          description: Indicates whether the article is an open article.
          type: boolean
        IsBookable:
          description: If article type is service, then the service can be bookable.
          type: boolean
        DisplayOrder:
          format: int32
          description: The display order of the article.
          type: integer
        ArticleBookingSettings:
          $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.ArticleBookingSettings'
          description: If article is bookable, then settings for booking defines default time and customer booking settings
        IsQuickButton:
          description: Determines if article should be shown as quick button in cashier.
          type: boolean
        QuickButtonColor:
          description: Color of quickbutton if no picture of article uploaded in MoreFlo
          type: string
        TicketType:
          description: The ticket type of the article.
          enum:
          - None
          - NonReservation
          - ReservationRequired
          type: string
        ArticleInfoUpdateTime:
          format: date-time
          description: The time when the article information was last updated.
          type: string
        QuantityUpdatedTime:
          format: date-time
          description: The time when the quantity of the article was last updated.
          type: string
        RequiresPreparation:
          description: If article type is service, indicates whether the service requires preparation.
          type: boolean
        MinimumPreparationTime:
          format: int32
          description: The minimum preparation time for the service.
          type: integer
        ArticleTextHtml:
          description: HTML formatted text for the article description.
          maxLength: 65535
          minLength: 0
          type: string
        RequiresIDCard:
          description: Indicates whether the article requires ID card verification.
          type: boolean
        AgeLimit:
          format: int32
          description: The age limit for purchasing the article.
          type: integer
        Weight:
          format: double
          description: The weight of the article.
          type: number
        WeightUnit:
          description: The unit of weight for the article.
          enum:
          - Gram
          - Kilo
          type: string
        Volume:
          format: double
          description: The volume of the article.
          type: number
        VolumeUnit:
          description: The unit of volume for the article.
          enum:
          - ml
          - cl
          - l
          type: string
        ComparsionPriceUnit:
          description: Defines if weight or volume should be used as comparison price, i.e., price per kilogram or price per liter.
          enum:
          - Weight
          - Volume
          type: string
        OrderThresholdQuantity:
          format: double
          description: 'Represents the minimum quantity of stock that triggers an order for more.

            This is used to maintain inventory levels and prevent stockouts.'
          type: number
    MoreFlo.Models.InterfaceModels.BillingAddress:
      type: object
      properties:
        IsCompany:
          type: boolean
        IdentificationNumber:
          maxLength: 24
          minLength: 0
          type: string
        Name:
          type: string
        Address1:
          type: string
        Address2:
          type: string
        PostCode:
          type: string
        City:
          type: string
        Country:
          type: string
        Email:
          type: string
        Telephone1:
          type: string
        Telephone2:
          type: string
        Mobile:
          type: string
        Fax:
          type: string
    MoreFlo.Models.InterfaceModels.Customer:
      required:
      - Name
      type: object
      properties:
        CustomerNumber:
          description: MoreFlo customer number.
          type: string
        Reference:
          type: string
        Name:
          type: string
        Address1:
          type: string
        Address2:
          type: string
        PostCode:
          type: string
        City:
          type: string
        Country:
          type: string
        IdentityNo:
          type: string
        ReferenceNumber:
          format: int64
          description: The other systems customer number or id.
          type: integer
        Email:
          type: string
        Telephone1:
          type: string
        Telephone2:
          type: string
        VatNumber:
          type: string
        IsExportCustomer:
          type: boolean
        Mobile:
          type: string
        Fax:
          type: string
        Note:
          type: string
        DateAdded:
          format: date-time
          type: string
        DateUpdated:
          format: date-time
          type: string
        ModifiedTime:
          format: date-time
          type: string
        MemberGroupId:
          format: int32
          type: integer
        MemberGroup:
          type: string
        PermitsCommercial:
          type: boolean
        IsCompany:
          type: boolean
        IsInternalCustomer:
          type: boolean
        IsActive:
          type: boolean
        Blocked:
          description: Blocked because of an issue with Credit or something else
          type: boolean
        Id:
          format: int32
          description: Member Id
          type: integer
    MoreFlo.Models.InterfaceModels.Ticket:
      description: 'Represents a ticket for an event.

        This class encapsulates information about a single ticket, including event details, seat information, pricing, and status.'
      type: object
      properties:
        EventName:
          description: The name of the event.
          type: string
        TicketName:
          description: The name or type of ticket.
          type: string
        Barcode:
          description: The barcode associated with the ticket.
          type: string
        SerialNumber:
          description: The serial number of the ticket.
          type: string
        Section:
          description: The section in the venue where the seat is located.
          type: string
        Row:
          description: The row number of the seat.
          type: string
        Seat:
          description: The seat number.
          type: string
        Information:
          description: Any additional information about the ticket.
          type: string
        Price:
          format: double
          description: The price of the ticket.
          type: number
        EntranceTime:
          format: date-time
          description: The time allowed for entrance with this ticket.
          type: string
        PrintStatus:
          description: The print status of the ticket.
          enum:
          - Pending
          - Printed
          type: string
        Status:
          description: The current status of the ticket.
          enum:
          - Reserved
          - Confirmed
          - Delivered
          - Canceled
          type: string
        ShowInformation:
          $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.ShowInformation'
          description: Information about the show or event associated with the ticket.
    MoreFlo.Models.InterfaceModels.ShowInformation:
      description: 'Represents information about a show or event.

        This class encapsulates details about a show, such as its name, location, and date/time.'
      type: object
      properties:
        Name:
          description: The name of the show or event.
          type: string
        Arena:
          description: The name of the arena or venue where the show is held.
          type: string
        City:
          description: The city where the show is held.
          type: string
        DateTime:
          format: date-time
          description: The date and time of the show.
          type: string
    MoreFlo.Models.InterfaceModels.OrdersResult:
      description: 'Represents a paginated result containing a list of order results.

        This class is used to return a collection of orders, along with pagination information, in API responses.'
      type: object
      properties:
        ExtraInformation:
          description: A list of extra information or messages related to the paginated result.
          type: array
          items:
            type: string
        list:
          description: The list of data items for the current page.
          type: array
          items:
            $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.OrderResult'
        Page:
          format: int32
          description: The current page number.
          type: integer
        Total:
          format: int32
          description: The total number of pages available.
          type: integer
        PageSize:
          format: int32
          description: The number of data items per page.
          type: integer
    MoreFlo.Models.InterfaceModels.TicketOrdersResult:
      description: 'Represents a paginated result containing a list of ticket order results.

        This class is used to return a collection of ticket orders, along with pagination information, in API responses.'
      type: object
      properties:
        ExtraInformation:
          description: A list of extra information or messages related to the paginated result.
          type: array
          items:
            type: string
        list:
          description: The list of data items for the current page.
          type: array
          items:
            $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.TicketOrderResult'
        Page:
          format: int32
          description: The current page number.
          type: integer
        Total:
          format: int32
          description: The total number of pages available.
          type: integer
        PageSize:
          format: int32
          description: The number of data items per page.
          type: integer
    MoreFlo.Models.InterfaceModels.TicketOrderRow:
      description: Represents a row within a ticket order, detailing information about a specific ticket type and quantity.
      type: object
      properties:
        ArticleNumber:
          description: The article number of the ticket type.
          type: string
        ArticleName:
          description: The name of the ticket type.
          type: string
        Quantity:
          format: double
          description: The quantity of tickets of this type.
          type: number
        UnitAmountInclVatInclDiscount:
          format: double
          description: The unit amount of the ticket, including VAT and discount.
          type: number
        UnitAmountInclVatExclDiscount:
          format: double
          description: The unit amount of the ticket, including VAT but excluding discount.
          type: number
        VatRate:
          format: double
          description: The VAT rate applied to the ticket.
          type: number
        TotalDiscountAmount:
          format: double
          description: The total discount amount applied to the tickets.
          type: number
        TotalAmountInclVatInclDiscount:
          format: double
          description: The total amount for the tickets, including VAT and discount.
          type: number
        ReceiptNote:
          description: A note related to the receipt of the tickets.
          type: string
        Tickets:
          description: A list of individual tickets associated with this row.
          type: array
          items:
            $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.Ticket'
    MoreFlo.Models.InterfaceModels.OrderRow:
      description: Represents a row within an order, detailing information about a specific item included in the order.
      type: object
      properties:
        ArticleNumber:
          description: The article number of the item.
          type: string
        ArticleName:
          description: The name of the item.
          type: string
        UnitAmountInclVatExclDiscount:
          format: double
          description: The unit amount of the item, including VAT but excluding discount.
          type: number
        Discount:
          format: double
          description: The discount applied to the item.
          type: number
        VatRate:
          format: double
          description: The VAT rate applied to the item.
          type: number
        Quantity:
          format: double
          description: The quantity of the item.
          type: number
        SerialNumber:
          description: The serial number of the item.
          type: string
        RowSum:
          format: double
          description: The sum of the row.
          type: number
        ReceiptNote:
          description: A note or text associated with the item, typically a text row.
          type: string
    MoreFlo.Models.InterfaceModels.ArticleResult:
      description: Represents the result of an operation involving an Article entity.
      type: object
      properties:
        Article:
          $ref: '#/components/schemas/MoreFlo.Models.InterfaceModels.Article'
          description: The Article entity resulting from the operation.
        ArticleNumber:
          description: The unique article number.
          type: string
        Success:
          description: Indicates whether the API operation was successful.
          type: boolean
        ExtraInformation:
          description: 'A list of extra information or messages related to the API operation result.

            This can include error messa

# --- truncated at 32 KB (49 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/northmill/refs/heads/main/openapi/northmill-ticketorders-api-openapi.yml