GetNMBSProducts

Paths

Example

Example request object

{
  "Criteria": {
    "Journey": {
      "DepartureDate": "2024-04-24T15:32:42.9483238+02:00",
      "DepartureStationId": 0,
      "DestinationStationId": 0,
      "JourneyType": 0,
      "ReturnDate": "2024-04-24T15:32:42.9483238+02:00",
      "TravelClass": 0,
      "TravelerType": 0
    }
  },
  "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

{
  "Result": {
    "Products": [
      {
        "ProductId": 0,
        "Description": null,
        "Price": 0.0
      }
    ],
    "ExcludedProducts": [
      {
        "Reasons": null,
        "ProductId": 0,
        "Description": null,
        "Price": 0.0
      }
    ]
  }
}

ShouldBeExecuted

Postdata

Response