Updating the reason for changing the quote status
PUT {{api-url}}/quote/{{tenant}}/quote-reasons/{{quoteReasonId}}

Updating the reason for changing the quote status.
Required scopes
quote.quote_manage
Request Body
{"code"=>"PRICE_TOO_HIGH", "type"=>"CHANGE", "message"=>{"en"=>"The price is too high", "de"=>"Der Preis ist zu hoch"}, "metadata"=>{"version"=>1}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Language | string | (Required) The Content-Language request HTTP header defines language(s) of the payload. | |
Content-Type | string | ||
Accept | string |