Skip to content

Update a quotation based on the quotationId

put
https://api.mercadoe.com/v1/quotations/{quotationId}

Change a specific quotation field with a provided value.

Request

Headers

X-ME-CORRELATION-ID
string
Internal client code to be identified in the webhook. It can be, for example, a product code in your ERP, an order number, etc.

Path Parameters

quotationId
int32
required
the quotation id

Body

application/json
integrationTag
string
required
Identification of the ME user used in the integration.
isClosed
boolean | null
Flag to indicate if the quotation is closed (True/False).
isCanceled
boolean | null
Flag to indicate if this quotation was canceled (True/False).
summary
string | null
Quotation title
category
string | null
Quotation category
expiryDate
date-time | null
Deadline for quotation response.
note
string
Note
items
array of object | null
List with items information
suppliers
array of object | null
List of suppliers
businessOrganizations
array of object | null
Business Organizations is a list consisting of the Company Code and the Delivery Center/Location Code.

Responses

202
400
404
Accepted

Body

application/json
correlationId
string