Skip to main content

Update entity in OrganizationSellsFeatures

PATCH 

/OrganizationSellsFeatures(:id)

Update entity in OrganizationSellsFeatures

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 OrganizationSellsFeature

Body

required

New property values

    featureId uuid
    upValuePct decimal
    purchaseDiscountPct decimal
    allowedToSell boolean
    absoluteSalesPrice decimal
    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...