Skip to main content

Update entity in QuotationLines

PATCH 

/QuotationLines(:id)

Update entity in QuotationLines

Request

Path Parameters

    id 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: id of QuotationLine

Body

required

New property values

    quotationId uuid
    lineNumber int32

    Possible values: >= -2147483648 and <= 2147483647

    articleCode string
    deliverydate date-time
    description string
    featureId uuid
    featureModelNodeId uuid
    quantity decimal
    imageValue string
    textValue string
    parentLineId uuid
    groupedRootLine boolean
    groupId uuid
    parentGroupId uuid
    groupOrder int32

    Possible values: >= -2147483648 and <= 2147483647

    groupTitle string
    groupAmount int32

    Possible values: >= -2147483648 and <= 2147483647

    addedFromConfiguration boolean
    configurationId uuid
    vatId uuid
    discountPct decimal
    marginPct decimal
    purchasePriceDiscountPct decimal
    groupDiscountPct decimal
    defaultPurchasePriceDiscountPct decimal
    unitPrice decimal
    originalUnitPrice decimal
    featureModelId uuid
    id uuid
    createdDate date-time
    updatedDate date-time
    organizationId uuid
    reference string
    creatorId uuid
    customField1 string
    customField2 string
    customField3 string
    customField4 string
    customField5 string
    feature
    organization

Responses

Success

Loading...