negotiableQuote/submitToCustomer

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:
quoteId
required
integer
comment
string
Array of objects (negotiable-quote-data-attachment-content-interface)
Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

post/V1/negotiableQuote/submitToCustomer
Request samples
{
  • "quoteId": 0,
  • "comment": "string",
  • "files": [
    ]
}
Response samples
true