Skip to main content

Add new entity to CategoryTexts

POST 

/CategoryTexts

Add new entity to CategoryTexts

Request

Body

required

New entity

    value string
    languageIso string

    Possible values: <= 3 characters

    categoryId 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

    value string
    languageIso string

    Possible values: <= 3 characters

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