Skip to main content

GetCatalogGenericsResponse

Response containing the generic referential entries.

generics object[]nullable

The referential entries.

  • Array [
  • elementIdinteger<int32>required

    Element identifier (SOAP: ID_Element).

    labelstringnullable

    Element label (SOAP: Label_Element).

    codestringnullable

    Element code (SOAP: Code_Element).

    typestringnullable

    Element type (SOAP: Type_Element).

    parentIdinteger<int32>required

    Parent element identifier (SOAP: ID_Parent).

    optionalstringnullable

    Optional field.

    colorinteger<int32>required

    Color code.

    priorityinteger<int32>required

    Display priority.

    isoCodeinteger<int32>required

    ISO numeric code (LANGUAGE only).

  • ]
  • GetCatalogGenericsResponse
    {
    "generics": [
    {
    "elementId": 0,
    "label": "string",
    "code": "string",
    "type": "string",
    "parentId": 0,
    "optional": "string",
    "color": 0,
    "priority": 0,
    "isoCode": 0
    }
    ]
    }