Get entities from Quotations
GET/Quotations
Get entities from Quotations
Request
Query Parameters
Show only the first n items
Skip the first n items
Search items by search phrases
Filter items by property values
Include count of items
Possible values: [sellerId
, sellerId desc
, sellerContactId
, sellerContactId desc
, debtorId
, debtorId desc
, debtorContactId
, debtorContactId desc
, shipToId
, shipToId desc
, shipToContactId
, shipToContactId desc
, languageIso
, languageIso desc
, currencyIso
, currencyIso desc
, synced
, synced desc
, quotationNumber
, quotationNumber desc
, versionNumber
, versionNumber desc
, status
, status desc
, statusId
, statusId desc
, subject
, subject desc
, totalPrice
, totalPrice desc
, totalPriceInclVat
, totalPriceInclVat desc
, isVerified
, isVerified desc
, customerReference
, customerReference desc
, quotationReference
, quotationReference desc
, deliverydate
, deliverydate desc
, remarks
, remarks desc
, expiresDate
, expiresDate desc
, quotationTemplateId
, quotationTemplateId desc
, propertyIds
, propertyIds desc
, exchangeRate
, exchangeRate desc
, purchaseDiscount
, purchaseDiscount desc
, id
, id desc
, createdDate
, createdDate desc
, updatedDate
, updatedDate desc
, organizationId
, organizationId desc
, reference
, reference desc
, creatorId
, creatorId desc
, customField1
, customField1 desc
, customField2
, customField2 desc
, customField3
, customField3 desc
, customField4
, customField4 desc
, customField5
, customField5 desc
]
Order items by property values
Possible values: [sellerId
, sellerContactId
, debtorId
, debtorContactId
, shipToId
, shipToContactId
, languageIso
, currencyIso
, synced
, quotationNumber
, versionNumber
, status
, statusId
, subject
, totalPrice
, totalPriceInclVat
, isVerified
, customerReference
, quotationReference
, deliverydate
, remarks
, expiresDate
, quotationTemplateId
, propertyIds
, exchangeRate
, purchaseDiscount
, id
, createdDate
, updatedDate
, organizationId
, reference
, creatorId
, customField1
, customField2
, customField3
, customField4
, customField5
, seller
, sellerContact
, debtor
, debtorContact
, shipTo
, shipToContact
, organization
]
Select properties to be returned
Possible values: [*
, seller
, sellerContact
, debtor
, debtorContact
, shipTo
, shipToContact
, organization
]
Expand related entities
Responses
- 200
- default
Retrieved entities
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
value
object[]
Possible values: >= -2147483648
and <= 2147483647
This property will only return the right status for legacy quotation statuses. Use the StatusId property instead.
Possible values: Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
{
"value": [
{
"sellerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"sellerContactId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"debtorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"debtorContactId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"shipToId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"shipToContactId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"languageIso": "string",
"currencyIso": "string",
"synced": true,
"quotationNumber": 0,
"versionNumber": 0,
"statusId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"subject": "string",
"totalPrice": 0,
"totalPriceInclVat": 0,
"isVerified": true,
"customerReference": "string",
"quotationReference": "string",
"deliverydate": "2024-06-06T15:30:37.612Z",
"remarks": "string",
"expiresDate": "2024-06-06T15:30:37.612Z",
"quotationTemplateId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"propertyIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"exchangeRate": 0,
"purchaseDiscount": 0,
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdDate": "2024-06-06T15:30:37.612Z",
"updatedDate": "2024-06-06T15:30:37.612Z",
"organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "string",
"creatorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"customField1": "string",
"customField2": "string",
"customField3": "string",
"customField4": "string",
"customField5": "string",
"seller": {},
"sellerContact": {},
"debtor": {},
"debtorContact": {},
"shipTo": {},
"shipToContact": {},
"organization": {}
}
]
}
error
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
error
object
required
details
object[]
The structure of this object is service-specific
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
{
"code": "string",
"message": "string",
"target": "string"
}
],
"innererror": {}
}
}