Submit the B2B quote to the customer
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.
POST /V1/negotiableQuote/submitToCustomer
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/negotiableQuote/submitToCustomer \
-d '{"quoteId":42,"comment":"string","files":[{"base64_encoded_data":"string","type":"string","name":"string","extension_attributes":{}}]}'
Request examples
{
"quoteId": 42,
"comment": "string",
"files": [
{
"base64_encoded_data": "string",
"type": "string",
"name": "string",
"extension_attributes": {}
}
]
}
Response examples (200)
true
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}