Skip to main content
GET
Retrieves a single sales quotation by its ID

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

id
string<uuid>
required
Example:

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

Response

A single sales quotation.

id
string<uuid>
required

Unique ID to identify a sales quoation.

Example:

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

isCancelled
boolean
required

Indicates if the quotation has been cancelled.

isPending
boolean
required

The SalesQuotation IsPending

itemDescriptionType
enum<integer>
required

The SalesQuotation ItemDescriptionType

Available options:
0,
1,
2
readOnlyType
enum<integer>
required

The SalesQuotation ReadOnlyType

Available options:
0,
1,
2
salesQuotationStatus
integer<int32>
required

The SalesQuotation Status

salesQuotationNumber
string
required

The SalesQuotation SalesQuotationNumber

departureCountry
object
required

DepartureCountry

externalDetails
object
required

ExternalDetails

paymentDetails
object
required

PaymentDetails

shippingDetails
object
required

ShippingDetails

taxDetails
object
required

TaxDetails

customerId
string<uuid>

Customer this SalesQuotation belongs to.

Example:

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

paymentInfo
object

SalesQuotationPaymentInfo

text
object

SalesQuotationText

salesQuotationDate
string<date-time>

The SalesQuotation Date

processColourId
string<uuid>

The SalesQuotation Process colour id

Example:

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

onHoldReasonId
string<uuid>

The SalesQuotation OnHold reason id

Example:

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

cartonItemId
string<uuid>

The SalesQuotation Carton item id

Example:

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

paymentMethodId
string<uuid>

The SalesQuotation Payment method id

Example:

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

shippingMethodId
string<uuid>

The SalesQuotation Shipping method id

Example:

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

processStatusId
string<uuid>

The SalesQuotation Process status id

Example:

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

languageIso
string

The SalesQuotation Language iso code

customerSalesQuotationNumber
string

The SalesQuotation Customer sales quotation number

vatId
string

The SalesQuotation Vat Id

companyId
string<uuid>

The SalesQuotation Company Id

Example:

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

shipmentAddress
object

SalesQuotationShippingAddress

billingAddress
object

SalesQuotationBillingAddress

lineItems
object[]

List of SalesQuotationLineItem