Skip to main content

Get entity from QuotationGroups by key

GET 

/QuotationGroups(:groupId)

Get entity from QuotationGroups by key

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

Query Parameters

    $select string[]

    Possible values: [groupId, groupOrder, groupAmount, groupTitle, configurationId, parentGroupId, configurationCode, quotationId, unitExclPrice, unitInclPrice, totalPriceExclVat, totalPriceInclVat, purchasePrice, profitMargin, profitMarginPercentage, groupMarginPct]

    Select properties to be returned

    $expand string[]

    Possible values: [*]

    Expand related entities

Responses

Retrieved entity

Schema

    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
Loading...