v1

latestOpenAPI 3.0.12026-08-066103.9 MB

Update the order.

Cf. summary

patch/sales/v2/individual/travel/orders/{order_id}

Path parameters

order_idstring required
Example:91ff04ed-0352-4e5e-bb83-5c88e7f3cd3a

Unique order identifier.

Request body

quote_codestring required

Quote code, partner can use a default value if provided by AXA or got it with quoting API.

addonsstring[]

List of additional option codes that the customer can subscribe in addition to the product. Note: There is here only the list of add-ons codes. The contents of each add-on is described in the response of the End Point for Travel quote request.

Example request

{
  "quote_code": "eJxVj8FuwjAMht8l5wq1ULapt5J2FRJbUGh6rUIbokgs6UwibUJ99yUrReCT",
  "addons": [
    "eJxVj8FuwjAMht8l5wq1ULapt5J2FRJbUGh6rUIbokgs6UwibUJ99yUrReCT"
  ]
}

Response

Order updated (No content).