negotiableQuote/setCustomAttributes

negotiableQuote/setCustomAttributes

Update quote status to close.

Request
Request Body schema:
quoteId
required
integer
Array of objects (framework-attribute-interface)
Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

post/V1/negotiableQuote/setCustomAttributes
Request samples
{
  • "quoteId": 0,
  • "customAttributes": [
    ]
}
Response samples
true