LogicTrade API
  1. Endpoints
LogicTrade API
  • Authentication
  • Pagination
  • Rate limits
  • Error codes
  • Changelog
  • Configuration Service
  • Endpoints
    • Authentication
      • Introspection
    • Customer
      • List all customers
      • Retrieve a customer by id
      • Create a customer
      • Update a customer
      • Remove the customer
    • Supplier
      • List all suppliers
      • Retrieve a supplier by id
      • Create a supplier
      • Update a supplier
      • Remove the supplier
    • Product
      • Product
        • List all products
        • Retrieve a product by id
        • Create a product
        • Remove the products
        • Update a product
        • Search products
      • Groups
        • List all product groups
      • Discount
        • List all discounts for products
        • Get all discounts for product by id
        • List all discounts for customers
        • Get all discounts for a customer by id
      • Stock
        • Get stock for products
        • Search stock for products
      • Prices
        • Get product prices
      • Descriptions
        • Get the descriptions for a product
      • References
        • Get the product references
      • Compositions
        • Get product compositions
    • Quote
      • List all quotes
      • Retrieve a quote by id
      • Create a quote
      • Update a quote
    • Sales order
      • List all orders
      • Retrieve an orders by id
      • Create an order
      • Update an order
    • Invoice
      • List all invoices
      • Retrieve a invoice by id
      • Create a invoice
      • Update a invoice
    • Delivery
      • Get list of orders that can be delivered
      • Update the order with delivery information
    • Purchase order
      • List all purchase orders
      • Retrieve a purchase orders by id
      • Create a purchase order
      • Update a purchase order
  1. Endpoints

Quote

Data Schema
Quote
id
integer 
read-onlyrequired
The unique identifier of the quote.
number
string 
optional
The unique number with which the quote can be found.
reference
string 
optional
The customer reference of the quote.
salesMan
string 
read-onlyoptional
The salesperson who handled the quote.
date
string <date>
The date of the order
optional
The date when the quote was created.
status
string 
read-onlyoptional
The status of the quote.
origin
object 
optional
The origin of the quote.
id
integer 
optional
The unique identifier of the origin.
code
string 
optional
description
string 
optional
customer
object (Customer) 
required
The customer for whom the quote is made.
id
integer 
read-onlyrequired
The unique identifier of the customer.
number
string 
read-onlyoptional
A unique number with which the customer can be found.
gender
string 
optional
The customer's gender male/female/unknown
title
string 
optional
The title of the relation.
initials
string 
optional
The customer's initials.
firstName
string 
optional
The customer's first name.
infix
string 
optional
The infix of the relation. A new one will be created if the infix does not exist.
lastName
string 
optional
The customer's last name.
companyName
string 
optional
Only filled if it is a business customer and contains the customer's company name.
cocNumber
string 
optional
Chain of Custody Number (KvK number).
vatNumber
string 
optional
The VAT number (BTW nummer) of the customer.
phoneNumber
string 
optional
The first phone number of the customer.
phoneNumber2
string 
optional
The second phone number of the customer.
mobileNumber
string 
optional
The mobile phone number of the customer.
email
string 
optional
The e-mail adress of the customer
remark
string 
optional
Any customer comments.
address
object 
optional
The address of the customer.
invoiceAddress
object 
optional
The invoice address of the customer.
deliveryAddress
object 
optional
The delivery address of the customer.
newsLetter
boolean 
optional
This indicates whether the customer wants to receive a newsletter.
externNumbers
object 
optional
In this section, the external numbers are displayed. These numbers can be used by external applications.
birthdate
string <date>
optional
The customer’s birthdate.
modifiedDate
string <date-time>
optional
The date on which the entity was last modified.
createdDate
string <date-time>
optional
The date on which the entity was created.
delivery
object 
required
Delivery information relevant when the quote is converted to an order.
type
string 
required
The delivery method.
condition
string 
required
The delivery condition.
expectedDate
string <date>
required
The expected delivery date.
address
object 
required
The delivery address.
comment
object 
optional
Comments related to the quote.
intern
string 
optional
The comments intended for internal use only.
extern
string 
optional
The comments intended for the customer.
lines
array [object {11}] 
required
The quote lines.
id
integer 
read-onlyrequired
The unique identifier of the quote line.
lineNumber
integer 
optional
The line number of the quote (this also determines the order of the quote lines).
code
string 
optional
The product code for this quote line.
description
string 
optional
The line description of the quote line.
quantity
number <double>
optional
The quantity quoted to the customer.
partPrice
number <double>
optional
The unit price of the product.
discount
number <double>
optional
The percentage discount that the customer may have received.
linePrice
number <double>
read-onlyoptional
The line price of the quote.
comment
object 
optional
Comments related to the quote line.
configuration
object (Configuration) 
optional
The configuration of the product chosen for the quote line.
vat
object 
required
The VAT details applicable to the line item.
totalAmount
number <double>
read-onlyoptional
The total amount of the quote (calculated field).
modifiedDate
string <date-time>
optional
The date on which the entity was last modified.
createdDate
string <date-time>
optional
The date on which the entity was created.
Modified at 2024-04-08 14:33:20
Previous
Get product compositions
Next
List all quotes