Skip to main content

Add new entity to QuotationGroups

POST 

/QuotationGroups

Add new entity to QuotationGroups

Request

Body

required

New entity

    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

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