Get entities from QuotationGroups
GET/QuotationGroups
Get entities from QuotationGroups
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: [groupId
, groupId desc
, groupOrder
, groupOrder desc
, groupAmount
, groupAmount desc
, groupTitle
, groupTitle desc
, configurationId
, configurationId desc
, parentGroupId
, parentGroupId desc
, configurationCode
, configurationCode desc
, quotationId
, quotationId desc
, unitExclPrice
, unitExclPrice desc
, unitInclPrice
, unitInclPrice desc
, totalPriceExclVat
, totalPriceExclVat desc
, totalPriceInclVat
, totalPriceInclVat desc
, purchasePrice
, purchasePrice desc
, profitMargin
, profitMargin desc
, profitMarginPercentage
, profitMarginPercentage desc
, groupMarginPct
, groupMarginPct desc
]
Order items by property values
Possible values: [groupId
, groupOrder
, groupAmount
, groupTitle
, configurationId
, parentGroupId
, configurationCode
, quotationId
, unitExclPrice
, unitInclPrice
, totalPriceExclVat
, totalPriceInclVat
, purchasePrice
, profitMargin
, profitMarginPercentage
, groupMarginPct
]
Select properties to be returned
Possible values: [*
]
Expand related entities
Responses
- 200
- default
Retrieved entities
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
value
object[]
Possible values: >= -2147483648
and <= 2147483647
Possible values: >= -2147483648
and <= 2147483647
{
"value": [
{
"groupId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"groupOrder": 0,
"groupAmount": 0,
"groupTitle": "string",
"configurationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"parentGroupId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"configurationCode": "string",
"quotationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"unitExclPrice": 0,
"unitInclPrice": 0,
"totalPriceExclVat": 0,
"totalPriceInclVat": 0,
"purchasePrice": 0,
"profitMargin": 0,
"profitMarginPercentage": 0,
"groupMarginPct": 0
}
]
}
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": {}
}
}