Skip to main content

Add new entity to Organizations

POST 

/Organizations

Add new entity to Organizations

Request

Body

required

New entity

    name string
    settingsId uuid
    defaultDiscountPct decimal
    defaultUpValuePct decimal
    currencyIso string
    languageIso string
    isConfigurationModelPreviewer boolean
    organizationTypeId 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
    organization

Responses

Created entity

Schema

    name string
    settingsId uuid
    defaultDiscountPct decimal
    defaultUpValuePct decimal
    currencyIso string
    languageIso string
    isConfigurationModelPreviewer boolean
    organizationTypeId 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
    organization
Loading...