CROWDMANAGERCROWDMANAGER

Tickets

Description

A ticket represent a ticket purchased by users using the Mobile APP or Web Ticketing Portal or distributed by the system (Bussiness/VIP/SCs).
Tickets are linked to Users through the User ID (ticket.user_held_id => user.id).

NOTE: The Items fields include in some cases {key}_txt to describe the meaning of some values like for instance order_type.
Example: order_type and order_type_txt


GET Tickets

Endpoint returning system's tickets list

Endpoint

GET https://{systemURL}/api/tickets

QUERY Parameters

Name Description Type Required Default
date_init last_update Date from Unix Timestamp no all
date_end last_update Date to Unix Timestamp no all
count_elements Number of elements per response int (max = 200) no 10
page Response Page # int no 1
order Response ASC, DESC by last_update no DESC

RESPONSE Schema

Key Type Description
count Integer Total Number of Items
page Integer Defined by QUERY parameter page or ""
items Array Array of Tickets Objects

Fields

Items

Key Type Description
id String Unique identifier for the ticket.
last_update DateTime Timestamp of the last update.
order_date DateTime Date and time of the order.
id_transaction Integer Unique identifier for the transaction.
id_sale_order String Unique identifier for the sale order.
id_event Integer Unique identifier for the event/match.
match_date Date Date of the event/match.
match_time Time Time of the event/match.
league_name String Name of the league.
match_sales_start DateTime Start date and time of match ticket sales.
match_sales_close DateTime Close date and time of match ticket sales.
match_finished Boolean Indicates if the match has finished.
match_team_home_id Integer Unique identifier for the home team.
match_team_home_name String Name of the home team.
match_team_away_id Integer Unique identifier for the away team.
match_team_away_name String Name of the away team.
name String Name of the stadium.
season String Season of the event/match.
external_id String External identifier (if any, eg: NTH API).
order_type Integer Type of the order.
order_type_txt String Text description of the order type.
order_channel String Channel through which the order was made.
order_status Integer Status of the order.
order_status_text String Text description of the order status.
order_price String Total price of the order.
ticket_vat String VAT amount for the ticket.
ticket_subtotal String Subtotal amount for the ticket.
ticket_price String Price of the ticket.
ticket_type Integer Type of the ticket.
ticket_type_txt String Text description of the ticket type.
id_ticket_status Integer Status of the ticket.
ticket_status_txt String Text description of the ticket status.
ticket_redeemed Boolean Indicates if the ticket has been redeemed.
ticket_price_category Integer Price category of the ticket.
ticket_price_description String Description of the ticket price category.
ticket_was_printed Integer Indicates if the ticket was printed.
ticket_section String Section where the ticket is located.
ticket_row String Row where the ticket is located.
ticket_seat String Seat number for the ticket.
user_aquired_id Integer Unique identifier of the user who acquired the ticket.
user_aquired_date_created DateTime Date and time when the user account was created.
user_aquired_email String Email of the user who acquired the ticket.
user_aquired_phone String Phone number of the user who acquired the ticket.
user_aquired_username String Username of the user who acquired the ticket.
u_aquired_address String Address of the user who acquired the ticket.
u_aquired_city String City of the user who acquired the ticket.
u_aquired_country String Country of the user who acquired the ticket.
u_aquired_zip_code String Zip code of the user who acquired the ticket.
user_held_id Integer Unique identifier of the user who holds the ticket.
user_held_date_created DateTime Date and time when the user who holds the ticket was created.
user_held_email String Email of the user who holds the ticket.
user_held_phone String Phone number of the user who holds the ticket.
user_held_username String Username of the user who holds the ticket.
user_held_address String Address of the user who holds the ticket.
user_held_city String City of the user who holds the ticket.
user_held_country String Country of the user who holds the ticket.
user_held_zip_code String Zip code of the user who holds the ticket.
ticket_date_released DateTime Date and time when the ticket was released.
ticket_released Boolean Indicates if the ticket was released.
distribution String Distribution information (if any).
id_season_ticket String Season ticket identifier (if any).
just_seasonticket_sales Boolean Indicates if the Tickets are for season tickets only (Virtual Matches for SCs sales).
event_type Integer Type of the event (Match = 1 / General Event = 1).

Example

Request

GET https://aehandball.woow.no/api/tickets
Authorization: Basic your_access_token,
Content-Type: application/json

CURL

curl -X GET "https://aehandball.woow.no/api/tickets" \
     -H "Authorization: Basic your_access_token"

Tri it here

Ticketing API Tickets Endpoint

Response

200 OK
{
    "count": "3861",
    "page": "",
    "items": [
        {
            "id": "1640028",
            "last_update": "2024-09-04T07:09:03.965Z",
            "order_date": "2024-09-04T07:09:03.676Z",
            "id_transaction": 1640025,
            "id_sale_order": "597a02c5-6aed-43c6-8d39-0c41b5a86f2b",
            "id_event": 761,
            "match_date": "2024-10-17T00:00:00.000Z",
            "match_time": "22:00:00",
            "league_name": "JPs liga",
            "match_sales_start": "2024-07-16T22:00:00.000Z",
            "match_sales_close": "2024-10-03T22:00:00.000Z",
            "match_finished": false,
            "match_team_home_id": 3,
            "match_team_home_name": "AE Handball",
            "match_team_away_id": 91,
            "match_team_away_name": "Default",
            "name": "Rocky Stadium",
            "season": "2023",
            "external_id": null,
            "order_type": 6,
            "order_type_txt": "TICKETS",
            "order_channel": "salesoffice",
            "order_status": 2,
            "order_status_text": "PAID",
            "order_price": "0",
            "ticket_vat": "0.00",
            "ticket_subtotal": "0.00",
            "ticket_price": "0",
            "ticket_type": 1,
            "ticket_type_txt": "DIGITAL",
            "id_ticket_status": 3,
            "ticket_status_txt": "PAID",
            "ticket_redeemed": false,
            "ticket_price_category": 1,
            "ticket_price_description": "Voksen",
            "ticket_was_printed": 1,
            "ticket_section": "A",
            "ticket_row": "6",
            "ticket_seat": "11",
            "user_aquired_id": 1244272,
            "user_aquired_date_created": "2023-01-30T15:51:57.772Z",
            "user_aquired_email": null,
            "user_aquired_phone": null,
            "user_aquired_username": "jaesudobk (Rocky Stadium)",
            "u_aquired_address": "",
            "u_aquired_city": "",
            "u_aquired_country": "",
            "u_aquired_zip_code": "",
            "user_held_id": 1244272,
            "user_held_date_created": "2023-01-30T15:51:57.772Z",
            "user_held_email": null,
            "user_held_phone": null,
            "user_held_username": "jaesudobk (Rocky Stadium)",
            "user_held_address": "",
            "user_held_city": "",
            "user_held_country": "",
            "user_held_zip_code": "",
            "ticket_date_released": null,
            "ticket_released": "false",
            "distribution": null,
            "id_season_ticket": null,
            "just_seasonticket_sales": false,
            "event_type": 1
        },
        {
            "id": "1612983",
            "last_update": "2024-09-03T19:07:01.242Z",
            "order_date": "2024-07-17T10:35:23.825Z",
            "id_transaction": 1612967,
            "id_sale_order": null,
            "id_event": 763,
            "match_date": "2024-12-12T00:00:00.000Z",
            "match_time": "23:00:00",
            "league_name": "LEAGUE HANDBALL",
            "match_sales_start": "2024-07-16T22:00:00.000Z",
            "match_sales_close": "2024-10-16T22:00:00.000Z",
            "match_finished": false,
            "match_team_home_id": 3,
            "match_team_home_name": "AE Handball",
            "match_team_away_id": 81,
            "match_team_away_name": "Hawks FC",
            "name": "Rocky Stadium",
            "season": "2020/2021",
            "external_id": null,
            "order_type": null,
            "order_type_txt": "DISTRIBUTED",
            "order_channel": "ADMIN",
            "order_status": null,
            "order_status_text": "DISTRIBUTED",
            "order_price": "0",
            "ticket_vat": "0.00",
            "ticket_subtotal": "0.00",
            "ticket_price": "0",
            "ticket_type": 1,
            "ticket_type_txt": "DIGITAL",
            "id_ticket_status": 3,
            "ticket_status_txt": "PAID",
            "ticket_redeemed": false,
            "ticket_price_category": 4,
            "ticket_price_description": "Subscription",
            "ticket_was_printed": 0,
            "ticket_section": "A",
            "ticket_row": "5",
            "ticket_seat": "9",
            "user_aquired_id": 1469415,
            "user_aquired_date_created": "2023-01-30T15:51:57.772Z",
            "user_aquired_email": null,
            "user_aquired_phone": null,
            "user_aquired_username": "cmssudo",
            "u_aquired_address": "",
            "u_aquired_city": "",
            "u_aquired_country": "",
            "u_aquired_zip_code": "",
            "user_held_id": 1412742,
            "user_held_date_created": "2023-10-11T16:59:28.218Z",
            "user_held_email": "cjespelet@gmail.com",
            "user_held_phone": "+4793474748",
            "user_held_username": "AEH Account",
            "user_held_address": "",
            "user_held_city": "",
            "user_held_country": "",
            "user_held_zip_code": "7001",
            "ticket_date_released": null,
            "ticket_released": "false",
            "distribution": "SEASONCARD",
            "id_season_ticket": 96,
            "just_seasonticket_sales": false,
            "event_type": 1
        },
        {
            "id": "1640024",
            "last_update": "2024-09-03T19:05:01.680Z",
            "order_date": "2024-09-03T19:04:59.328Z",
            "id_transaction": 1640019,
            "id_sale_order": "78500508-b01d-4c68-8231-b9e2ca84baff",
            "id_event": 761,
            "match_date": "2024-10-17T00:00:00.000Z",
            "match_time": "22:00:00",
            "league_name": "JPs liga",
            "match_sales_start": "2024-07-16T22:00:00.000Z",
            "match_sales_close": "2024-10-03T22:00:00.000Z",
            "match_finished": false,
            "match_team_home_id": 3,
            "match_team_home_name": "AE Handball",
            "match_team_away_id": 91,
            "match_team_away_name": "Default",
            "name": "Rocky Stadium",
            "season": "2023",
            "external_id": null,
            "order_type": 6,
            "order_type_txt": "TICKETS",
            "order_channel": "salesoffice",
            "order_status": 2,
            "order_status_text": "PAID",
            "order_price": "0",
            "ticket_vat": "0.00",
            "ticket_subtotal": "0.00",
            "ticket_price": "0",
            "ticket_type": 1,
            "ticket_type_txt": "DIGITAL",
            "id_ticket_status": 3,
            "ticket_status_txt": "PAID",
            "ticket_redeemed": false,
            "ticket_price_category": 1,
            "ticket_price_description": "Voksen",
            "ticket_was_printed": 1,
            "ticket_section": "A",
            "ticket_row": "7",
            "ticket_seat": "12",
            "user_aquired_id": 1001889,
            "user_aquired_date_created": "2018-01-19T01:41:14.217Z",
            "user_aquired_email": "03253235@ae",
            "user_aquired_phone": "+4703253235",
            "user_aquired_username": "bk001 (Rocky Stadium)",
            "u_aquired_address": "",
            "u_aquired_city": "",
            "u_aquired_country": "",
            "u_aquired_zip_code": "",
            "user_held_id": 1001889,
            "user_held_date_created": "2018-01-19T01:41:14.217Z",
            "user_held_email": "03253235@ae",
            "user_held_phone": "+4703253235",
            "user_held_username": "bk001 (Rocky Stadium)",
            "user_held_address": "",
            "user_held_city": "",
            "user_held_country": "",
            "user_held_zip_code": "",
            "ticket_date_released": null,
            "ticket_released": "false",
            "distribution": null,
            "id_season_ticket": null,
            "just_seasonticket_sales": false,
            "event_type": 1
        },
        {
            "id": "1640023",
            "last_update": "2024-09-03T19:05:01.680Z",
            "order_date": "2024-09-03T19:04:59.328Z",
            "id_transaction": 1640019,
            "id_sale_order": "78500508-b01d-4c68-8231-b9e2ca84baff",
            "id_event": 761,
            "match_date": "2024-10-17T00:00:00.000Z",
            "match_time": "22:00:00",
            "league_name": "JPs liga",
            "match_sales_start": "2024-07-16T22:00:00.000Z",
            "match_sales_close": "2024-10-03T22:00:00.000Z",
            "match_finished": false,
            "match_team_home_id": 3,
            "match_team_home_name": "AE Handball",
            "match_team_away_id": 91,
            "match_team_away_name": "Default",
            "name": "Rocky Stadium",
            "season": "2023",
            "external_id": null,
            "order_type": 6,
            "order_type_txt": "TICKETS",
            "order_channel": "salesoffice",
            "order_status": 2,
            "order_status_text": "PAID",
            "order_price": "0",
            "ticket_vat": "0.00",
            "ticket_subtotal": "0.00",
            "ticket_price": "0",
            "ticket_type": 1,
            "ticket_type_txt": "DIGITAL",
            "id_ticket_status": 3,
            "ticket_status_txt": "PAID",
            "ticket_redeemed": false,
            "ticket_price_category": 1,
            "ticket_price_description": "Voksen",
            "ticket_was_printed": 1,
            "ticket_section": "A",
            "ticket_row": "7",
            "ticket_seat": "11",
            "user_aquired_id": 1001889,
            "user_aquired_date_created": "2018-01-19T01:41:14.217Z",
            "user_aquired_email": "03253235@ae",
            "user_aquired_phone": "+4703253235",
            "user_aquired_username": "bk001 (Rocky Stadium)",
            "u_aquired_address": "",
            "u_aquired_city": "",
            "u_aquired_country": "",
            "u_aquired_zip_code": "",
            "user_held_id": 1001889,
            "user_held_date_created": "2018-01-19T01:41:14.217Z",
            "user_held_email": "03253235@ae",
            "user_held_phone": "+4703253235",
            "user_held_username": "bk001 (Rocky Stadium)",
            "user_held_address": "",
            "user_held_city": "",
            "user_held_country": "",
            "user_held_zip_code": "",
            "ticket_date_released": null,
            "ticket_released": "false",
            "distribution": null,
            "id_season_ticket": null,
            "just_seasonticket_sales": false,
            "event_type": 1
        },
        {
            "id": "1610871",
            "last_update": "2024-09-03T19:03:51.901Z",
            "order_date": "2024-07-17T10:27:32.661Z",
            "id_transaction": 1610866,
            "id_sale_order": "8c0f41fd-f6fc-4642-aea6-9f69fe05fc59",
            "id_event": 762,
            "match_date": "2024-11-28T00:00:00.000Z",
            "match_time": "21:59:00",
            "league_name": "LEAGUE HANDBALL",
            "match_sales_start": "2024-07-16T22:00:00.000Z",
            "match_sales_close": "2024-10-31T23:00:00.000Z",
            "match_finished": false,
            "match_team_home_id": 3,
            "match_team_home_name": "AE Handball",
            "match_team_away_id": 90,
            "match_team_away_name": "Win",
            "name": "Rocky Stadium",
            "season": "2020/2021",
            "external_id": null,
            "order_type": 6,
            "order_type_txt": "SEASONCARD",
            "order_channel": "web",
            "order_status": 2,
            "order_status_text": "PAID",
            "order_price": "1000",
            "ticket_vat": "56.60",
            "ticket_subtotal": "943.40",
            "ticket_price": "1000",
            "ticket_type": 1,
            "ticket_type_txt": "DIGITAL",
            "id_ticket_status": 3,
            "ticket_status_txt": "PAID",
            "ticket_redeemed": false,
            "ticket_price_category": 1,
            "ticket_price_description": "Adult",
            "ticket_was_printed": 0,
            "ticket_section": "A",
            "ticket_row": "4",
            "ticket_seat": "1",
            "user_aquired_id": 1412742,
            "user_aquired_date_created": "2023-10-11T16:59:28.218Z",
            "user_aquired_email": "cjespelet@gmail.com",
            "user_aquired_phone": "+4793474748",
            "user_aquired_username": "AEH Account",
            "u_aquired_address": "",
            "u_aquired_city": "",
            "u_aquired_country": "",
            "u_aquired_zip_code": "7001",
            "user_held_id": 1412742,
            "user_held_date_created": "2023-10-11T16:59:28.218Z",
            "user_held_email": "cjespelet@gmail.com",
            "user_held_phone": "+4793474748",
            "user_held_username": "AEH Account",
            "user_held_address": "",
            "user_held_city": "",
            "user_held_country": "",
            "user_held_zip_code": "7001",
            "ticket_date_released": null,
            "ticket_released": "false",
            "distribution": null,
            "id_season_ticket": 93,
            "just_seasonticket_sales": false,
            "event_type": 1
        },
        {
            "id": "1629135",
            "last_update": "2024-09-03T19:03:41.195Z",
            "order_date": "2024-08-19T12:57:48.897Z",
            "id_transaction": 1629063,
            "id_sale_order": "537ffef1-59ba-472d-88ff-a48933f3afdf",
            "id_event": 762,
            "match_date": "2024-11-28T00:00:00.000Z",
            "match_time": "21:59:00",
            "league_name": "LEAGUE HANDBALL",
            "match_sales_start": "2024-07-16T22:00:00.000Z",
            "match_sales_close": "2024-10-31T23:00:00.000Z",
            "match_finished": false,
            "match_team_home_id": 3,
            "match_team_home_name": "AE Handball",
            "match_team_away_id": 90,
            "match_team_away_name": "Win",
            "name": "Rocky Stadium",
            "season": "2020/2021",
            "external_id": null,
            "order_type": 6,
            "order_type_txt": "TICKETS",
            "order_channel": "salesoffice",
            "order_status": 2,
            "order_status_text": "PAID",
            "order_price": "8400",
            "ticket_vat": "10.91",
            "ticket_subtotal": "109.09",
            "ticket_price": "120",
            "ticket_type": 1,
            "ticket_type_txt": "DIGITAL",
            "id_ticket_status": 3,
            "ticket_status_txt": "PAID",
            "ticket_redeemed": false,
            "ticket_price_category": 1,
            "ticket_price_description": "Voksen",
            "ticket_was_printed": 0,
            "ticket_section": "A",
            "ticket_row": "7",
            "ticket_seat": "1",
            "user_aquired_id": 1001889,
            "user_aquired_date_created": "2018-01-19T01:41:14.217Z",
            "user_aquired_email": "03253235@ae",
            "user_aquired_phone": "+4703253235",
            "user_aquired_username": "bk001 (Rocky Stadium)",
            "u_aquired_address": "",
            "u_aquired_city": "",
            "u_aquired_country": "",
            "u_aquired_zip_code": "",
            "user_held_id": 1412742,
            "user_held_date_created": "2023-10-11T16:59:28.218Z",
            "user_held_email": "cjespelet@gmail.com",
            "user_held_phone": "+4793474748",
            "user_held_username": "AEH Account (Rocky Stadium)",
            "user_held_address": "",
            "user_held_city": "",
            "user_held_country": "",
            "user_held_zip_code": "7001",
            "ticket_date_released": null,
            "ticket_released": "false",
            "distribution": null,
            "id_season_ticket": null,
            "just_seasonticket_sales": false,
            "event_type": 1
        },
        {
            "id": "1640010",
            "last_update": "2024-08-30T08:18:01.131Z",
            "order_date": "2024-08-30T08:15:35.966Z",
            "id_transaction": 1640007,
            "id_sale_order": "efa2b5ba-4662-4d34-a3a9-6e3adc30a496",
            "id_event": 768,
            "match_date": "2024-08-31T00:00:00.000Z",
            "match_time": "00:00:00",
            "league_name": "NHF",
            "match_sales_start": "2024-08-06T03:00:00.000Z",
            "match_sales_close": "2024-08-31T01:00:00.000Z",
            "match_finished": false,
            "match_team_home_id": 3,
            "match_team_home_name": "AE Handball",
            "match_team_away_id": 82,
            "match_team_away_name": "Tiger FC",
            "name": "Rocky Stadium",
            "season": "2023",
            "external_id": null,
            "order_type": 6,
            "order_type_txt": "TICKETS",
            "order_channel": "web",
            "order_status": 2,
            "order_status_text": "PAID",
            "order_price": "50",
            "ticket_vat": "4.55",
            "ticket_subtotal": "45.45",
            "ticket_price": "50",
            "ticket_type": 1,
            "ticket_type_txt": "DIGITAL",
            "id_ticket_status": 3,
            "ticket_status_txt": "PAID",
            "ticket_redeemed": false,
            "ticket_price_category": 3,
            "ticket_price_description": "Honnør",
            "ticket_was_printed": 1,
            "ticket_section": "A",
            "ticket_row": "4",
            "ticket_seat": "17",
            "user_aquired_id": 1542295,
            "user_aquired_date_created": "2024-04-25T09:58:44.645Z",
            "user_aquired_email": "jp@crowdmanager.io - .",
            "user_aquired_phone": "+4796204849",
            "user_aquired_username": "Test User - . WERWER",
            "u_aquired_address": null,
            "u_aquired_city": null,
            "u_aquired_country": "NO",
            "u_aquired_zip_code": null,
            "user_held_id": 1542295,
            "user_held_date_created": "2024-04-25T09:58:44.645Z",
            "user_held_email": "jp@crowdmanager.io - .",
            "user_held_phone": "+4796204849",
            "user_held_username": "Test User - . WERWER",
            "user_held_address": null,
            "user_held_city": null,
            "user_held_country": "NO",
            "user_held_zip_code": null,
            "ticket_date_released": null,
            "ticket_released": "false",
            "distribution": null,
            "id_season_ticket": null,
            "just_seasonticket_sales": false,
            "event_type": 1
        },
        {
            "id": "1639982",
            "last_update": "2024-08-30T08:17:25.343Z",
            "order_date": "2024-08-29T12:03:24.060Z",
            "id_transaction": 1639979,
            "id_sale_order": "a6966978-360a-40f9-b141-4f852753586f",
            "id_event": 768,
            "match_date": "2024-08-31T00:00:00.000Z",
            "match_time": "00:00:00",
            "league_name": "NHF",
            "match_sales_start": "2024-08-06T03:00:00.000Z",
            "match_sales_close": "2024-08-31T01:00:00.000Z",
            "match_finished": false,
            "match_team_home_id": 3,
            "match_team_home_name": "AE Handball",
            "match_team_away_id": 82,
            "match_team_away_name": "Tiger FC",
            "name": "Rocky Stadium",
            "season": "2023",
            "external_id": null,
            "order_type": 6,
            "order_type_txt": "TICKETS",
            "order_channel": "web",
            "order_status": 2,
            "order_status_text": "PAID",
            "order_price": "50",
            "ticket_vat": "4.55",
            "ticket_subtotal": "45.45",
            "ticket_price": "50",
            "ticket_type": 1,
            "ticket_type_txt": "DIGITAL",
            "id_ticket_status": 3,
            "ticket_status_txt": "PAID",
            "ticket_redeemed": false,
            "ticket_price_category": 3,
            "ticket_price_description": "Honnør",
            "ticket_was_printed": 1,
            "ticket_section": "A",
            "ticket_row": "1",
            "ticket_seat": "1",
            "user_aquired_id": 1542295,
            "user_aquired_date_created": "2024-04-25T09:58:44.645Z",
            "user_aquired_email": "jp@crowdmanager.io - .",
            "user_aquired_phone": "+4796204849",
            "user_aquired_username": "Test User - . WERWER",
            "u_aquired_address": null,
            "u_aquired_city": null,
            "u_aquired_country": "NO",
            "u_aquired_zip_code": null,
            "user_held_id": 1542295,
            "user_held_date_created": "2024-04-25T09:58:44.645Z",
            "user_held_email": "jp@crowdmanager.io - .",
            "user_held_phone": "+4796204849",
            "user_held_username": "Test User - . WERWER",
            "user_held_address": null,
            "user_held_city": null,
            "user_held_country": "NO",
            "user_held_zip_code": null,
            "ticket_date_released": null,
            "ticket_released": "false",
            "distribution": null,
            "id_season_ticket": null,
            "just_seasonticket_sales": false,
            "event_type": 1
        },
        {
            "id": "1640004",
            "last_update": "2024-08-30T08:17:17.384Z",
            "order_date": "2024-08-30T08:16:39.583Z",
            "id_transaction": 1640000,
            "id_sale_order": "5f74d3a0-c865-478d-92d0-452c11003f15",
            "id_event": 768,
            "match_date": "2024-08-31T00:00:00.000Z",
            "match_time": "00:00:00",
            "league_name": "NHF",
            "match_sales_start": "2024-08-06T03:00:00.000Z",
            "match_sales_close": "2024-08-31T01:00:00.000Z",
            "match_finished": false,
            "match_team_home_id": 3,
            "match_team_home_name": "AE Handball",
            "match_team_away_id": 82,
            "match_team_away_name": "Tiger FC",
            "name": "Rocky Stadium",
            "season": "2023",
            "external_id": null,
            "order_type": 6,
            "order_type_txt": "TICKETS",
            "order_channel": "web",
            "order_status": 2,
            "order_status_text": "PAID",
            "order_price": "100",
            "ticket_vat": "4.55",
            "ticket_subtotal": "45.45",
            "ticket_price": "50",
            "ticket_type": 1,
            "ticket_type_txt": "DIGITAL",
            "id_ticket_status": 3,
            "ticket_status_txt": "PAID",
            "ticket_redeemed": false,
            "ticket_price_category": 3,
            "ticket_price_description": "Honnør",
            "ticket_was_printed": 1,
            "ticket_section": "A",
            "ticket_row": "1",
            "ticket_seat": "2",
            "user_aquired_id": 1542295,
            "user_aquired_date_created": "2024-04-25T09:58:44.645Z",
            "user_aquired_email": "jp@crowdmanager.io - .",
            "user_aquired_phone": "+4796204849",
            "user_aquired_username": "Test User - . WERWER",
            "u_aquired_address": null,
            "u_aquired_city": null,
            "u_aquired_country": "NO",
            "u_aquired_zip_code": null,
            "user_held_id": 1542295,
            "user_held_date_created": "2024-04-25T09:58:44.645Z",
            "user_held_email": "jp@crowdmanager.io - .",
            "user_held_phone": "+4796204849",
            "user_held_username": "Test User - . WERWER",
            "user_held_address": null,
            "user_held_city": null,
            "user_held_country": "NO",
            "user_held_zip_code": null,
            "ticket_date_released": null,
            "ticket_released": "false",
            "distribution": null,
            "id_season_ticket": null,
            "just_seasonticket_sales": false,
            "event_type": 1
        },
        {
            "id": "1640005",
            "last_update": "2024-08-30T08:17:17.384Z",
            "order_date": "2024-08-30T08:16:39.583Z",
            "id_transaction": 1640000,
            "id_sale_order": "5f74d3a0-c865-478d-92d0-452c11003f15",
            "id_event": 768,
            "match_date": "2024-08-31T00:00:00.000Z",
            "match_time": "00:00:00",
            "league_name": "NHF",
            "match_sales_start": "2024-08-06T03:00:00.000Z",
            "match_sales_close": "2024-08-31T01:00:00.000Z",
            "match_finished": false,
            "match_team_home_id": 3,
            "match_team_home_name": "AE Handball",
            "match_team_away_id": 82,
            "match_team_away_name": "Tiger FC",
            "name": "Rocky Stadium",
            "season": "2023",
            "external_id": null,
            "order_type": 6,
            "order_type_txt": "TICKETS",
            "order_channel": "web",
            "order_status": 2,
            "order_status_text": "PAID",
            "order_price": "100",
            "ticket_vat": "4.55",
            "ticket_subtotal": "45.45",
            "ticket_price": "50",
            "ticket_type": 1,
            "ticket_type_txt": "DIGITAL",
            "id_ticket_status": 3,
            "ticket_status_txt": "PAID",
            "ticket_redeemed": false,
            "ticket_price_category": 3,
            "ticket_price_description": "Honnør",
            "ticket_was_printed": 1,
            "ticket_section": "A",
            "ticket_row": "1",
            "ticket_seat": "3",
            "user_aquired_id": 1542295,
            "user_aquired_date_created": "2024-04-25T09:58:44.645Z",
            "user_aquired_email": "jp@crowdmanager.io - .",
            "user_aquired_phone": "+4796204849",
            "user_aquired_username": "Test User - . WERWER",
            "u_aquired_address": null,
            "u_aquired_city": null,
            "u_aquired_country": "NO",
            "u_aquired_zip_code": null,
            "user_held_id": 1542295,
            "user_held_date_created": "2024-04-25T09:58:44.645Z",
            "user_held_email": "jp@crowdmanager.io - .",
            "user_held_phone": "+4796204849",
            "user_held_username": "Test User - . WERWER",
            "user_held_address": null,
            "user_held_city": null,
            "user_held_country": "NO",
            "user_held_zip_code": null,
            "ticket_date_released": null,
            "ticket_released": "false",
            "distribution": null,
            "id_season_ticket": null,
            "just_seasonticket_sales": false,
            "event_type": 1
        }
    ]
}