Skip to main content
PATCH
Modifies an existing sales quotation.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-companyid
string

The Company-Id (int or uuid) of the company on whose behalf the request is executed.

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

salesQuotationId
string<uuid>
required
Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

Body

application/json

Request parameters

Modifies an existing sales quotation. - Request

disableAutomaticWorkflows
boolean

Indicates whether automatic workflows should be disabled for this sales quotation.

useBillingAddressAsShipmentAddress
boolean

Indicates whether the billing address should be used as the shipment address.

cartonItemId
string<uuid>

The SalesQuotation CartonItemId

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

companyId
string<uuid>

Unique ID of the company.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

customerId
string<uuid>

The ID of the customer associated with the sales quotation.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

onHoldReasonId
string<uuid>

The SalesQuotation OnHoldReasonId

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

paymentMethodId
string<uuid>

The ID of the payment method for the sales quotation.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

processColourId
string<uuid>

The SalesQuotation ProcessColourId

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

processStatusId
string<uuid>

The SalesQuotation ProcessStatusId

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

shippingMethodId
string<uuid>

The ID of the shipping method for the sales quotation.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

billingAddress
object

SalesQuotationBillingAddress

shipmentAddress
object

SalesQuotationShipmentAddress

departureCountry
object

DepartureCountry

externalDetails
object

ExternalDetails

lineItems
object[]

The line items included in the sales quotation.

paymentDetails
object

PaymentDetails

paymentInfo
object

SalesQuotationPaymentInfo

shippingDetails
object

ShippingDetails

taxDetails
object

TaxDetails

text
object

SalesQuotationText

customerSalesQuotationNumber
string

The SalesQuotation CustomerSalesQuotationNumber

itemDescriptionType
enum<integer>

The SalesQuotation ItemDescriptionType

Available options:
0,
1,
2
languageIso
string

The SalesQuotation LanguageISO

readOnlyType
enum<integer>

The SalesQuotation ReadOnlyType

Available options:
0,
1,
2
salesQuotationDate
string<date-time>

The SalesQuotation Date

vatId
string

The SalesQuotation VATId

Response

SalesQuotation was successfully modified.

Modifies an existing sales quotation. - Response

salesQuotationId
string<uuid>

Unique ID of the modified sales quotation.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"