Skip to main content

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

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

Success

Loading...