Versions Compared

Key

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

...

Code Block
curl -X 'GET' \
  'https://prod.ax-cloud.com/v1/channel/products/tour' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Token api_key_secret' \
  -H 'Channel: Code code_secret'
  -d '{
  "status_code": 200,
  "products": [
    {
      "product_code": "1f373f00-ecb0-485a-beed-63529d61703e",
      "title": "TestLouvre Highlight Tour",
      "category": "TestTour", 
      "departure_city": "Test52-18", 
      "transportation": "TestOn Foot", 
      "booking_available_start_date": "TestBooking available from tomorrow", 
      "cancellation_type": "TestAnytime cancellation", 
      "main_country_and_city": "Test52-18", 
      "country_and_city_1": "Test52-18",
      "country_and_city_2": "TestVoid",
      "country_and_city_3": "TestVoid",
      "country_and_city_4": "TestVoid",
      "country_and_city_5": "TestVoid",
      "country_and_city_6": "TestVoid",
      "course_1_address": "TestRue de Rivoli, 75001 Paris, France",
      "course_2_address": "TestVoid",
      "course_3_address": "TestVoid",
      "course_4_address": "TestVoid",
      "course_5_address": "TestVoid",
      "course_6_address": "TestVoid",
      "course_7_address": "TestVoid",
      "course_8_address": "TestVoid",
      "course_9_address": "TestVoid",
      "course_10_address": "TestVoid"
    }
  ]
}'

...