Versions Compared

Key

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

...

3. Request Example

1) CURL

Code Block
curl -X 'POST' \
 --location 'https://prod.ax-cloud.com/v1/channel/price/tour/55f2eaafregistration/e99f822f-154f42a8-45524d3f-adcd890e-d2542b4153eb77c5a9bc9cf3' \
  -H 'accept: application/json\''' \
  -H 'Content-Type: application/json' \
  -H "-header 'Authorization: Token api_key_secret"0Xtz44lX3JGkaRaFTdQsE8lKZqlzTLg45i9nJU7K' \
  --d '{
  "status_code": 200,
  "prices": [
    {
      "option_code": "d96b2ed4-12c5-4fb5-ae94-4f39b11ee980",
      "unit_selling_price_usd": 80.00,
      "selling_price_per_person_usd": 75.00,
      "unit_selling_price_krw": 88000.00,
      "selling_price_per_person_krw": 82500.00,
    }
  ]
}header 'Content-Type: application/json'