Skip to main content

Add new entity to Features

POST 

/Features

Add new entity to Features

Request

Body

required

New entity

    name string
    articleCode string
    type
    salesPrice decimal
    disallowDiscount boolean
    minValue decimal
    maxValue decimal
    stepValue decimal
    packingUnit decimal
    categoryId uuid
    marginPct decimal
    cardImageUrl string
    vatId uuid
    unitOfMeasurementId uuid
    tags string[]
    _subcategoryIds uuid[]

    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}$

    id uuid
    createdDate date-time
    updatedDate date-time
    organizationId uuid
    reference string
    creatorId uuid
    customField1 string
    customField2 string
    customField3 string
    customField4 string
    customField5 string
    category
    organization

Responses

Created entity

Schema

    name string
    articleCode string
    type
    salesPrice decimal
    disallowDiscount boolean
    minValue decimal
    maxValue decimal
    stepValue decimal
    packingUnit decimal
    categoryId uuid
    marginPct decimal
    cardImageUrl string
    vatId uuid
    unitOfMeasurementId uuid
    tags string[]
    _subcategoryIds uuid[]

    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}$

    id uuid
    createdDate date-time
    updatedDate date-time
    organizationId uuid
    reference string
    creatorId uuid
    customField1 string
    customField2 string
    customField3 string
    customField4 string
    customField5 string
    category
    organization
Loading...