ReDoc documentation

negotiableQuote/decline

negotiableQuote/decline

post/V1/negotiableQuote/decline

Decline the B2B quote. All custom pricing will be removed from this quote. The buyer will be able to place an order using their standard catalog prices and discounts.

Request
Request Body schema:
quoteId
required
integer
reason
required
string
Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "quoteId": 0,
  • "reason": "string"
}
Response samples
true