SearchUitpasTariff

Description

Search if a tariff is allowed and what the tariff is for a combination of a uitpasnumber and an event

Paths

Example

Example request object

{
  "Criteria": {
    "PersonId": "00000000-0000-0000-0000-000000000000",
    "UitpasNumber": "string_example",
    "UitpasEventId": "string_example",
    "PriceGroup": "string_example",
    "BasketItem": {
      "$type": "ReCreateX.WebShop.WebServices.Contracts.FileActivityPeriodReservation, ReCreateX.WebShop.WebServices.Contracts",
      "FileActivityId": "00000000-0000-0000-0000-000000000000",
      "DivisionId": "00000000-0000-0000-0000-000000000000",
      "FileTypeID": "00000000-0000-0000-0000-000000000000",
      "Id": "00000000-0000-0000-0000-000000000000",
      "FileAgeGroupID": "00000000-0000-0000-0000-000000000000",
      "Quantity": 1,
      "Entries": null,
      "RuleNamesToIgnore": null,
      "ExecutionDate": "2024-04-26T08:40:57.4198151+02:00",
      "UnitPrice": 0.0,
      "ExecutionTime": "00:00:00",
      "AdvancementPrice": 0.0,
      "ExecutionEndDate": "2024-04-26T08:40:57.4198151+02:00",
      "AsReseller": false,
      "ExecutionEndTime": "00:00:00",
      "CustomerContactId": "00000000-0000-0000-0000-000000000000",
      "NumberOfVisitors": 0,
      "PromotionRuleDiscountAmount": 0.0,
      "Comment": null,
      "LockTicket": null,
      "Description": null,
      "LocationAddressID": "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

{
  "Result": {
    "IsValid": false,
    "Price": 0.0,
    "PriceGroupToUse": "string_example"
  }
}

ShouldBeExecuted

Postdata

Response