Update entity in QuotationGroups
PATCH/QuotationGroups(:groupId)
Update entity in QuotationGroups
Request
Path Parameters
groupId uuidrequired
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
- application/json
Body
required
New property values
groupId uuid
groupOrder int32
Possible values: >= -2147483648
and <= 2147483647
groupAmount int32
Possible values: >= -2147483648
and <= 2147483647
groupTitle string
configurationId uuid
parentGroupId uuid
configurationCode string
quotationId uuid
unitExclPrice decimal
unitInclPrice decimal
totalPriceExclVat decimal
totalPriceInclVat decimal
purchasePrice decimal
profitMargin decimal
profitMarginPercentage decimal
groupMarginPct decimal
Responses
- 204
- default
Success
error
- */*
- Schema
- Example (from schema)
Schema
Array [
]
error
object
required
code stringrequired
message stringrequired
target string
details
object[]
code stringrequired
message stringrequired
target string
innererror object
The structure of this object is service-specific
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
{
"code": "string",
"message": "string",
"target": "string"
}
],
"innererror": {}
}
}
Loading...