Versions Compared

Key

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

...

Code Block
curl -X 'POST' \
  'https://prod.ax-cloud.com/v1/channel/price/tour/155f2eaaf-154f-4552-adcd-d2542b4153eb' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -H "Authorization: Token api_key_secret" \
  -H "Channel: Code code_secret" \
  -d '{
  "status_code": 200,
  "prices": {
    "d96b2ed4-12c5-4fb5-ae94-4f39b11ee980": {
      "currency": "1",
      "price": "12345678.00000"
    },
    "90c2e47c-c1e2-4d9f-8b91-1073fd929255": {
      "currency": "1",
      "price": "123456789.00000"
    },
    "fb0a4845-7566-4c0b-8b68-23d822dff020": {
      "currency": "1",
      "price": "123456780.00000"
    }
  }
}'