Create quotation response
Developing
POST
{{ecommercev2_url}}/quotations/create-response-quotation/{requestQuotationId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '{{ecommercev2_url}}/quotations/create-response-quotation/' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"title": "string",
"deadline": "2019-08-24T14:15:22Z",
"products": [
{
"productId": "string",
"quantity": 1,
"attributes": [
{
"code": "string",
"value": null,
"type": "string"
}
],
"price": "string",
"discount": "string"
}
],
"delivery": {
"proposedDeliveryDate": "2019-08-24T14:15:22Z",
"deliveryTerms": "DDP"
},
"payment": {
"preferredPaymentMethod": "BANK_TRANSFER",
"paymentSchedule": "FINAL_PAYMENT_UPON_SHIPMENT",
"advancePayment": 0
},
"discountAmount": 0,
"warrantyAndValidity": {
"details": "string",
"returnReplacementPolicies": "string",
"quotationValidityPeriod": "2019-08-24T14:15:22Z"
},
"additionalNotes": {
"remarksComments": "string",
"commitment": true,
"specialNotes": [
"VALID_FOR_15_DAYS"
]
},
"attachments": [
{
"name": "string",
"url": "http://example.com",
"type": "string"
}
],
"signature": {
"offerResponsibleName": "string",
"position": "SALES_MANAGER",
"offerSubmissionDate": "2019-08-24T14:15:22Z",
"signatureDoc": {
"name": "string",
"url": "http://example.com",
"type": "string"
}
},
"quotationBuyerInfo": {
"buyerProfileId": "string",
"contactPerson": "string",
"phoneNumber": "string",
"emailAddress": "user@example.com"
}
}'
Response Response Example
{}
Request
Path Params
requestQuotationId
stringÂ
required
Body Params application/json
Responses
Modified at 2025-04-15 12:34:42