Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{

  "contractId": 2803579,

  "name": "Prices 2023",

  "prices": [

    {

      "paxId": 2803586,

      "serviceId": 2803713,

      "secondaryServiceId": 2803587,

      "amount": 40.0,

      "formula": "40",

      "placeType": "Base"

    },

 

    {

      "paxId": 2803593,

      "serviceId": 2803713,

      "secondaryServiceId": 2803587,

      "amount": 20.0,

      "formula": "20",

      "placeType": "Base"

    }

  ],

  "description": "Prices 2023",

  "active": true,

  "priceTypeCode": "OptionalMatrix",

  "calculationType": "PRICE_PER_SERVICE",

  "tariffLinks": [

    {

      "weekDays": [

        true,

        true,

        true,

        true,

        true,

        true,

        true       

      ],

      "tariffId": 2803588,

      "dateFrom": "2023-01-01",

      "dateTo": "2023-12-31",

      "priority": 1

    }

  ]

}

 

Infonote

Notes:

  • "paxId" from GET /ownProductPaxes

  • "serviceId" from GET /ownExcursionServices

  • "secondaryServiceId" from GET /ownProductSecondaryServices

...