Get entity from QuotationGroups by key
GET/QuotationGroups(:groupId)
Get entity from QuotationGroups by key
Request
Path Parameters
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}$
key: groupId of QuotationGroup
Query Parameters
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 entity
- application/json
- Schema
- Example (from schema)
Schema
Possible values: >= -2147483648
and <= 2147483647
Possible values: >= -2147483648
and <= 2147483647
{
"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": {}
}
}