GetBusTripSerieRequest

Description

Returns a BustripSerieRequest for a given Id

Paths

Example

Example request object

{
  "Id": "00000000-0000-0000-0000-000000000000",
  "Context": {
    "DivisionId": "00000000-0000-0000-0000-000000000000",
    "Language": "string_example",
    "ShopId": "00000000-0000-0000-0000-000000000000",
    "SessionId": "00000000-0000-0000-0000-000000000000",
    "Origin": 0,
    "Password": "string_example",
    "Encode": false,
    "AccessToken": "string_example"
  }
}

Example response object

{
  "BusTripSerieRequest": {
    "Id": "00000000-0000-0000-0000-000000000000",
    "SerieId": "00000000-0000-0000-0000-000000000000",
    "SerieNo": 0,
    "StartDate": "2024-04-19T00:33:43.9577939+02:00",
    "FromHour": "2024-04-19T00:33:43.9577939+02:00",
    "ToHour": "2024-04-19T00:33:43.9577939+02:00",
    "EndDate": "2024-04-19T00:33:43.9577939+02:00",
    "Iterations": 0,
    "FrequencyType": 0,
    "Frequency": {
      "DayFrequency": 0,
      "WeekFrequency": 0,
      "MonthFrequency": 0
    },
    "WeekPattern": null,
    "MonthPattern": {
      "DayOfTheWeek": 0,
      "DayOfTheMonth": 0
    },
    "YearPattern": {
      "DayOfTheWeek": 0,
      "DayOfTheMonth": 0,
      "MonthNumber": 0
    },
    "Dates": null,
    "Bustrips": null
  }
}

ShouldBeExecuted

Postdata

Response