Skip to main content

Get entity from QuotationPropertyFields by key

GET 

/QuotationPropertyFields(:id)

Get entity from QuotationPropertyFields by key

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 QuotationPropertyField

Query Parameters

    $select string[]

    Possible values: [code, description, isDefault, quotationPropertyId, entityPropertyId, id, createdDate, updatedDate, organizationId, reference, creatorId, customField1, customField2, customField3, customField4, customField5, texts, organization]

    Select properties to be returned

    $expand string[]

    Possible values: [*, texts, organization]

    Expand related entities

Responses

Retrieved entity

Schema

    code string
    description string
    isDefault boolean
    quotationPropertyId uuid
    entityPropertyId 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

    texts

    object[]

  • Array [

  • value string
    languageIso string
    entityPropertyFieldId uuid
    type
    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
  • ]

  • organization
Loading...