POST api/Events/GetEvents

POST api/Events/GetEvents

Awaits startdate and enddate, returns a list of all matching Events

Request Information

URI Parameters

None.

Body Parameters

DateStart, DateEnd

clsEvents
NameDescriptionTypeAdditional information
startDate

Startdate

date

None.

endDate

Enddate

date

None.

status

status of the Event (optional, possible values: 30 (ordered), 43 (Delivering), 45(SettleUp), 50(Completed)

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "startDate": "2026-04-14T03:14:30.3380243+00:00",
  "endDate": "2026-04-14T03:14:30.3380243+00:00",
  "status": 3
}

application/xml, text/xml

Sample:
<clsEvents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KOSTIFC">
  <endDate>2026-04-14T03:14:30.3380243+00:00</endDate>
  <startDate>2026-04-14T03:14:30.3380243+00:00</startDate>
  <status>3</status>
</clsEvents>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

List of Events including list of items

Collection of clsEventsResponse
NameDescriptionTypeAdditional information
VA_ID

ID of the Event

integer

None.

Eventname

Name of the event

string

None.

DateFrom

Startdate of the event

date

None.

DateTo

End of the event

date

None.

Customer

Customer

string

None.

Host

Host of the event

string

None.

HostTel

TelNo of the host of the event

string

None.

EventManager

Manager of the event

string

None.

Orderer

Orderer of the event

string

None.

OrdererTel

TelNo of the orderer of the event

string

None.

Attendees

Number of attendants

integer

None.

VerrArt

VerrArt

integer

None.

Department

Department

string

None.

Status

Status of the event

string

None.

EventType

Type of the event

string

None.

Mainroom

the main room of the event

string

None.

Address

Address

string

None.

textFood

Additional information concerning food of the event

string

None.

textDrinks

Additional information concerning drinks of the event

string

None.

textDevices

Additional information concerning devices needed for the event

string

None.

textInventory

Additional information concerning inventory needed for the event

string

None.

textFurniture

Additional information concerning furniture needed for the event

string

None.

textDeco

Additional information concerning decoration needed for the event

string

None.

textUsage

Additional information concerning Usage

string

None.

textTransport

Additional information concerning transport

string

None.

textStaff

Additional information concerning staff

string

None.

textAccounting

Additional information concerning accounting

string

None.

textOther

Additional other information

string

None.

textRoomlist

Additional information concerning the room list

string

None.

Pricelevel

integer

None.

PriceLine

PriceLine of the event (1-20)

integer

None.

ReceiptReference

Reference to the Receipt

string

None.

Items

list of items for the event

Collection of clsEventItems

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "VA_ID": 1,
    "Eventname": "sample string 2",
    "DateFrom": "2026-04-14T03:14:30.3484519+00:00",
    "DateTo": "2026-04-14T03:14:30.3484519+00:00",
    "Customer": "sample string 5",
    "Host": "sample string 6",
    "HostTel": "sample string 7",
    "EventManager": "sample string 8",
    "Orderer": "sample string 9",
    "OrdererTel": "sample string 10",
    "Attendees": 11,
    "VerrArt": 12,
    "Department": "sample string 13",
    "Status": "sample string 14",
    "EventType": "sample string 15",
    "Mainroom": "sample string 16",
    "Address": "sample string 17",
    "textFood": "sample string 18",
    "textDrinks": "sample string 19",
    "textDevices": "sample string 20",
    "textInventory": "sample string 21",
    "textFurniture": "sample string 22",
    "textDeco": "sample string 23",
    "textUsage": "sample string 24",
    "textTransport": "sample string 25",
    "textStaff": "sample string 26",
    "textAccounting": "sample string 27",
    "textOther": "sample string 28",
    "textRoomlist": "sample string 29",
    "Pricelevel": 30,
    "PriceLine": 31,
    "ReceiptReference": "sample string 32",
    "Items": [
      {
        "PLU": 1,
        "Name": "sample string 2",
        "PlannedAmount": 3.1
      },
      {
        "PLU": 1,
        "Name": "sample string 2",
        "PlannedAmount": 3.1
      }
    ]
  },
  {
    "VA_ID": 1,
    "Eventname": "sample string 2",
    "DateFrom": "2026-04-14T03:14:30.3484519+00:00",
    "DateTo": "2026-04-14T03:14:30.3484519+00:00",
    "Customer": "sample string 5",
    "Host": "sample string 6",
    "HostTel": "sample string 7",
    "EventManager": "sample string 8",
    "Orderer": "sample string 9",
    "OrdererTel": "sample string 10",
    "Attendees": 11,
    "VerrArt": 12,
    "Department": "sample string 13",
    "Status": "sample string 14",
    "EventType": "sample string 15",
    "Mainroom": "sample string 16",
    "Address": "sample string 17",
    "textFood": "sample string 18",
    "textDrinks": "sample string 19",
    "textDevices": "sample string 20",
    "textInventory": "sample string 21",
    "textFurniture": "sample string 22",
    "textDeco": "sample string 23",
    "textUsage": "sample string 24",
    "textTransport": "sample string 25",
    "textStaff": "sample string 26",
    "textAccounting": "sample string 27",
    "textOther": "sample string 28",
    "textRoomlist": "sample string 29",
    "Pricelevel": 30,
    "PriceLine": 31,
    "ReceiptReference": "sample string 32",
    "Items": [
      {
        "PLU": 1,
        "Name": "sample string 2",
        "PlannedAmount": 3.1
      },
      {
        "PLU": 1,
        "Name": "sample string 2",
        "PlannedAmount": 3.1
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfclsEventsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KOSTIFC">
  <clsEventsResponse>
    <Address>sample string 17</Address>
    <Attendees>11</Attendees>
    <Customer>sample string 5</Customer>
    <DateFrom>2026-04-14T03:14:30.3484519+00:00</DateFrom>
    <DateTo>2026-04-14T03:14:30.3484519+00:00</DateTo>
    <Department>sample string 13</Department>
    <EventManager>sample string 8</EventManager>
    <EventType>sample string 15</EventType>
    <Eventname>sample string 2</Eventname>
    <Host>sample string 6</Host>
    <HostTel>sample string 7</HostTel>
    <Items>
      <clsEventItems>
        <Name>sample string 2</Name>
        <PLU>1</PLU>
        <PlannedAmount>3.1</PlannedAmount>
      </clsEventItems>
      <clsEventItems>
        <Name>sample string 2</Name>
        <PLU>1</PLU>
        <PlannedAmount>3.1</PlannedAmount>
      </clsEventItems>
    </Items>
    <Mainroom>sample string 16</Mainroom>
    <Orderer>sample string 9</Orderer>
    <OrdererTel>sample string 10</OrdererTel>
    <PriceLine>31</PriceLine>
    <Pricelevel>30</Pricelevel>
    <ReceiptReference>sample string 32</ReceiptReference>
    <Status>sample string 14</Status>
    <VA_ID>1</VA_ID>
    <VerrArt>12</VerrArt>
    <textAccounting>sample string 27</textAccounting>
    <textDeco>sample string 23</textDeco>
    <textDevices>sample string 20</textDevices>
    <textDrinks>sample string 19</textDrinks>
    <textFood>sample string 18</textFood>
    <textFurniture>sample string 22</textFurniture>
    <textInventory>sample string 21</textInventory>
    <textOther>sample string 28</textOther>
    <textRoomlist>sample string 29</textRoomlist>
    <textStaff>sample string 26</textStaff>
    <textTransport>sample string 25</textTransport>
    <textUsage>sample string 24</textUsage>
  </clsEventsResponse>
  <clsEventsResponse>
    <Address>sample string 17</Address>
    <Attendees>11</Attendees>
    <Customer>sample string 5</Customer>
    <DateFrom>2026-04-14T03:14:30.3484519+00:00</DateFrom>
    <DateTo>2026-04-14T03:14:30.3484519+00:00</DateTo>
    <Department>sample string 13</Department>
    <EventManager>sample string 8</EventManager>
    <EventType>sample string 15</EventType>
    <Eventname>sample string 2</Eventname>
    <Host>sample string 6</Host>
    <HostTel>sample string 7</HostTel>
    <Items>
      <clsEventItems>
        <Name>sample string 2</Name>
        <PLU>1</PLU>
        <PlannedAmount>3.1</PlannedAmount>
      </clsEventItems>
      <clsEventItems>
        <Name>sample string 2</Name>
        <PLU>1</PLU>
        <PlannedAmount>3.1</PlannedAmount>
      </clsEventItems>
    </Items>
    <Mainroom>sample string 16</Mainroom>
    <Orderer>sample string 9</Orderer>
    <OrdererTel>sample string 10</OrdererTel>
    <PriceLine>31</PriceLine>
    <Pricelevel>30</Pricelevel>
    <ReceiptReference>sample string 32</ReceiptReference>
    <Status>sample string 14</Status>
    <VA_ID>1</VA_ID>
    <VerrArt>12</VerrArt>
    <textAccounting>sample string 27</textAccounting>
    <textDeco>sample string 23</textDeco>
    <textDevices>sample string 20</textDevices>
    <textDrinks>sample string 19</textDrinks>
    <textFood>sample string 18</textFood>
    <textFurniture>sample string 22</textFurniture>
    <textInventory>sample string 21</textInventory>
    <textOther>sample string 28</textOther>
    <textRoomlist>sample string 29</textRoomlist>
    <textStaff>sample string 26</textStaff>
    <textTransport>sample string 25</textTransport>
    <textUsage>sample string 24</textUsage>
  </clsEventsResponse>
</ArrayOfclsEventsResponse>