ReDoc documentation

negotiableQuote/submitToCustomer

negotiableQuote/submitToCustomer

post/V1/negotiableQuote/submitToCustomer

Submit the B2B quote to the customer. The quote status for the customer will be changed to 'Updated', and the customer can work with the quote.

Request
Request Body schema:
comment
string
Array of objects (negotiable-quote-data-attachment-content-interface)
quoteId
required
integer
Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "quoteId": 0,
  • "comment": "string",
  • "files": [
    ]
}
Response samples
true