Create a single TrainerTimeEntry

POST /api/time/trainer_entries

Query parameters

  • iw-build-id string

    build id of the client

  • iw-package-id string

    package id of the client

application/json

Body Required

  • data object

Responses

  • 200 application/json

    Create a single TrainerTimeEntry

    Hide response attributes Show response attributes object
    • id integer
    • event object
      Hide event attributes Show event attributes object
      • id integer
      • token string
      • public_keywords string
      • event_type string
      • age_group string
      • min_age integer
      • max_age integer
      • min_grade_level integer
      • max_grade_level integer
      • age_tolerance integer
      • event_people_limit integer
      • event_people_min_limit integer
      • hide_event_people_limit boolean
      • event_people_recovered_vaccinated_limit integer
      • event_people_not_recovered_vaccinated_limit integer
      • has_wait_list boolean
      • can_sign_up_for_main_event boolean
      • only_sign_up_for_main_event boolean
      • sign_up_limit_days_before integer
      • sign_up_limit_stop_days_before integer
      • sign_up_delete_hours_before integer
      • start_time string(date-time)
      • end_time string(date-time)
      • require_address boolean
      • require_contact boolean
      • require_billing boolean
      • allow_direct_billing boolean
      • require_age boolean
      • require_grade_level boolean
      • require_free_note_field_ids string
      • generate_new_bookings boolean
      • generate_new_bookings_v2 boolean
      • generate_ignore_sys_calendar boolean
      • copy_main_sign_ups_to_booking boolean
      • generate_hour_start string(date-time)
      • generate_hour_end string(date-time)
      • generate_day_of_week integer
      • bitmask_days_of_week integer
      • bitmask_hours_start integer
      • summarized_date_times string
      • customer_detail_cta string
      • customer_badge string
      • created string(date-time)
      • updated string(date-time)
      • address string
      • address_street string
      • address_house_number string
      • address_street_level string
      • address_co string
      • address_city string
      • address_zip string
      • address_admin_level1 string
      • address_country string
      • address_full_country string
      • address_geo_lat string
      • address_geo_lng string
      • address_external_provider_id string
      • main_phone string
      • main_fax string
      • main_email string
      • website string
      • name string
      • deleted boolean
      • short_identifier string
      • image_url string
      • color string
      • fg_color string
      • slug_identifier string
    • booking object
      Hide booking attributes Show booking attributes object
      • id integer
      • start_time string(date-time)
      • end_time string(date-time)
      • booking_type string
      • booking_status string
      • external boolean
      • modified_time boolean
      • modified_location boolean
      • modified_bookable boolean
      • modified_performing_person boolean
      • searching_for_performing_person boolean
      • created string(date-time)
      • updated string(date-time)
      • name string
      • deleted boolean
      • color string
      • fg_color string
    • user object
      Hide user attributes Show user attributes object
      • id integer
      • name string
      • username string
      • email string
      • positioningeneral string
      • crm_person object
        Hide crm_person attributes Show crm_person attributes object
        • id integer
        • first_name string
        • last_name string
        • number integer
        • manual_number integer
        • number_string string
        • gender string
        • title string
        • position string
        • language string
        • special_salutation string
        • form_of_salutation string
        • birthday string(date-time)
        • known_allergies string
        • confirmed_no_allergies boolean
        • allow_photos boolean
        • allow_leaving_alone boolean
        • authorized_pickup string
        • needs_support boolean
        • support_description string
        • financial_support boolean
        • financial_support_number string
        • municipal_support boolean
        • municipal_support_number string
        • grade_level integer
        • school_class string
        • start_time string(date-time)
        • start_time_reason string
        • end_time string(date-time)
        • end_time_reason string
        • confirmed_gtc_time string(date-time)
        • crm_person_contact_data array[object]
          Hide crm_person_contact_data attributes Show crm_person_contact_data attributes object
          • id integer
          • name string
          • value string
          • generated_value string
          • contact_data_type object
            Hide contact_data_type attributes Show contact_data_type attributes object
            • id integer
            • name string
            • value string
            • allow_self_service boolean
            • deleted boolean
          • search_string string
        • archived boolean
        • subscribed_newsletter boolean
        • subscribed_magazine boolean
        • printed_member_card boolean
        • has_login_user boolean
        • profile_picture_url string
        • log_book_staff boolean
        • log_book_staff1 boolean
        • log_book_staff2 boolean
        • log_book_member boolean
        • log_book_trainer boolean
        • log_book_trainer1 boolean
        • log_book_trainer2 boolean
        • log_book_head_of_department boolean
        • log_book_supervisory_board boolean
        • log_book_board_of_directors boolean
        • log_book_honorary_member boolean
        • log_book_club_card_one boolean
        • log_book_health_recovered boolean
        • log_book_health_vaccinated boolean
        • log_book_health_vaccinated_addition string
        • sync_lanista boolean
        • category object
          Hide category attributes Show category attributes object
          • id integer
          • name string
          • name_plural string
          • description string
          • deleted boolean
          • is_public boolean
          • enabled_customer_create_new boolean
          • customer_register_min_number integer
          • customer_add_ignore_invite_code boolean
          • customer_ui_allowed_ticket_types string
          • enabled_customer_ui_selection boolean
          • order integer
        • nickname string
        • preferred_color_hex string
        • avatar_token string
        • search_string string
        • address string
        • address_street string
        • address_house_number string
        • address_street_level string
        • address_co string
        • address_city string
        • address_zip string
        • address_admin_level1 string
        • address_country string
        • address_full_country string
        • address_geo_lat string
        • address_geo_lng string
        • address_external_provider_id string
        • created string(date-time)
        • updated string(date-time)
        • order integer
      • profile_picture_url string
      • archived boolean
      • require2fa boolean
      • search_string string
    • description string
    • start string(date-time)
    • end string(date-time)
    • duration integer
    • estimated_netto_value number(float)
    • considered_in_billing boolean
    • closed_editing boolean
    • search_string string
POST /api/time/trainer_entries
curl \
 --request POST 'https://replace-with-own-host.iw-erp.de/api/time/trainer_entries' \
 --header "x-session-token: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"data":{}}'
Request examples
{
  "data": {}
}
Response examples (200)
{
  "id": 42,
  "event": {
    "id": 42,
    "token": "string",
    "public_keywords": "string",
    "event_type": "string",
    "age_group": "string",
    "min_age": 42,
    "max_age": 42,
    "min_grade_level": 42,
    "max_grade_level": 42,
    "age_tolerance": 42,
    "event_people_limit": 42,
    "event_people_min_limit": 42,
    "hide_event_people_limit": true,
    "event_people_recovered_vaccinated_limit": 42,
    "event_people_not_recovered_vaccinated_limit": 42,
    "has_wait_list": true,
    "can_sign_up_for_main_event": true,
    "only_sign_up_for_main_event": true,
    "sign_up_limit_days_before": 42,
    "sign_up_limit_stop_days_before": 42,
    "sign_up_delete_hours_before": 42,
    "start_time": "2025-05-04T09:42:00Z",
    "end_time": "2025-05-04T09:42:00Z",
    "require_address": true,
    "require_contact": true,
    "require_billing": true,
    "allow_direct_billing": true,
    "require_age": true,
    "require_grade_level": true,
    "require_free_note_field_ids": "string",
    "generate_new_bookings": true,
    "generate_new_bookings_v2": true,
    "generate_ignore_sys_calendar": true,
    "copy_main_sign_ups_to_booking": true,
    "generate_hour_start": "2025-05-04T09:42:00Z",
    "generate_hour_end": "2025-05-04T09:42:00Z",
    "generate_day_of_week": 42,
    "bitmask_days_of_week": 42,
    "bitmask_hours_start": 42,
    "summarized_date_times": "string",
    "customer_detail_cta": "string",
    "customer_badge": "string",
    "created": "2025-05-04T09:42:00Z",
    "updated": "2025-05-04T09:42:00Z",
    "address": "string",
    "address_street": "string",
    "address_house_number": "string",
    "address_street_level": "string",
    "address_co": "string",
    "address_city": "string",
    "address_zip": "string",
    "address_admin_level1": "string",
    "address_country": "string",
    "address_full_country": "string",
    "address_geo_lat": "string",
    "address_geo_lng": "string",
    "address_external_provider_id": "string",
    "main_phone": "string",
    "main_fax": "string",
    "main_email": "string",
    "website": "string",
    "name": "string",
    "deleted": true,
    "short_identifier": "string",
    "image_url": "string",
    "color": "string",
    "fg_color": "string",
    "slug_identifier": "string"
  },
  "booking": {
    "id": 42,
    "start_time": "2025-05-04T09:42:00Z",
    "end_time": "2025-05-04T09:42:00Z",
    "booking_type": "string",
    "booking_status": "string",
    "external": true,
    "modified_time": true,
    "modified_location": true,
    "modified_bookable": true,
    "modified_performing_person": true,
    "searching_for_performing_person": true,
    "created": "2025-05-04T09:42:00Z",
    "updated": "2025-05-04T09:42:00Z",
    "name": "string",
    "deleted": true,
    "color": "string",
    "fg_color": "string"
  },
  "user": {
    "id": 42,
    "name": "string",
    "username": "string",
    "email": "string",
    "positioningeneral": "string",
    "crm_person": {
      "id": 42,
      "first_name": "string",
      "last_name": "string",
      "number": 42,
      "manual_number": 42,
      "number_string": "string",
      "gender": "string",
      "title": "string",
      "position": "string",
      "language": "string",
      "special_salutation": "string",
      "form_of_salutation": "string",
      "birthday": "2025-05-04T09:42:00Z",
      "known_allergies": "string",
      "confirmed_no_allergies": true,
      "allow_photos": true,
      "allow_leaving_alone": true,
      "authorized_pickup": "string",
      "needs_support": true,
      "support_description": "string",
      "financial_support": true,
      "financial_support_number": "string",
      "municipal_support": true,
      "municipal_support_number": "string",
      "grade_level": 42,
      "school_class": "string",
      "start_time": "2025-05-04T09:42:00Z",
      "start_time_reason": "string",
      "end_time": "2025-05-04T09:42:00Z",
      "end_time_reason": "string",
      "confirmed_gtc_time": "2025-05-04T09:42:00Z",
      "crm_person_contact_data": [
        {
          "id": 42,
          "name": "string",
          "value": "string",
          "generated_value": "string",
          "contact_data_type": {
            "id": 42,
            "name": "string",
            "value": "string",
            "allow_self_service": true,
            "deleted": true
          },
          "search_string": "string"
        }
      ],
      "archived": true,
      "subscribed_newsletter": true,
      "subscribed_magazine": true,
      "printed_member_card": true,
      "has_login_user": true,
      "profile_picture_url": "string",
      "log_book_staff": true,
      "log_book_staff1": true,
      "log_book_staff2": true,
      "log_book_member": true,
      "log_book_trainer": true,
      "log_book_trainer1": true,
      "log_book_trainer2": true,
      "log_book_head_of_department": true,
      "log_book_supervisory_board": true,
      "log_book_board_of_directors": true,
      "log_book_honorary_member": true,
      "log_book_club_card_one": true,
      "log_book_health_recovered": true,
      "log_book_health_vaccinated": true,
      "log_book_health_vaccinated_addition": "string",
      "sync_lanista": true,
      "category": {
        "id": 42,
        "name": "string",
        "name_plural": "string",
        "description": "string",
        "deleted": true,
        "is_public": true,
        "enabled_customer_create_new": true,
        "customer_register_min_number": 42,
        "customer_add_ignore_invite_code": true,
        "customer_ui_allowed_ticket_types": "string",
        "enabled_customer_ui_selection": true,
        "order": 42
      },
      "nickname": "string",
      "preferred_color_hex": "string",
      "avatar_token": "string",
      "search_string": "string",
      "address": "string",
      "address_street": "string",
      "address_house_number": "string",
      "address_street_level": "string",
      "address_co": "string",
      "address_city": "string",
      "address_zip": "string",
      "address_admin_level1": "string",
      "address_country": "string",
      "address_full_country": "string",
      "address_geo_lat": "string",
      "address_geo_lng": "string",
      "address_external_provider_id": "string",
      "created": "2025-05-04T09:42:00Z",
      "updated": "2025-05-04T09:42:00Z",
      "order": 42
    },
    "profile_picture_url": "string",
    "archived": true,
    "require2fa": true,
    "search_string": "string"
  },
  "description": "string",
  "start": "2025-05-04T09:42:00Z",
  "end": "2025-05-04T09:42:00Z",
  "duration": 42,
  "estimated_netto_value": 42.0,
  "considered_in_billing": true,
  "closed_editing": true,
  "search_string": "string"
}