GET api/BlueprintsByBuildingComponentId/{buildingComponentId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
buildingComponentId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of BlueprintViewModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Description

string

None.

MarkerName

string

None.

Order

string

None.

CustomerId

integer

None.

Assigned

boolean

None.

IsOffline

boolean

None.

OfflineByUserId

integer

None.

OfflineByUserName

string

None.

Deadline

string

None.

IsLocked

boolean

None.

LockedByUserId

integer

None.

LockedByUserName

string

None.

LockedTs

string

None.

OpenMarkers

integer

None.

BuildingComponentId

globally unique identifier

None.

BuildingComponent

string

None.

ProjectId

globally unique identifier

None.

Project

string

None.

BlueprintFileId

globally unique identifier

None.

BlueprintFile

BlueprintFileViewModel

None.

Markers

Collection of MarkerViewModel

None.

Installers

Collection of InstallerViewModel

None.

AllInstallers

Collection of InstallerViewModel

None.

IsArchived

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "c0feb6e8-bc8f-49ae-9ffd-24cbeb536e9c",
    "name": "sample string 2",
    "description": "sample string 3",
    "markerName": "sample string 4",
    "order": "sample string 5",
    "customerId": 6,
    "assigned": true,
    "isOffline": true,
    "offlineByUserId": 1,
    "offlineByUserName": "sample string 9",
    "deadline": "sample string 10",
    "isLocked": true,
    "lockedByUserId": 1,
    "lockedByUserName": "sample string 12",
    "lockedTs": "sample string 13",
    "openMarkers": 0,
    "buildingComponentId": "0528fb33-66d6-457d-867f-3da141808588",
    "buildingComponent": "sample string 15",
    "projectId": "180f772c-76d1-4e98-8e19-348effe6762d",
    "project": "sample string 17",
    "blueprintFileId": "b7f8507f-9308-4534-a4d3-34ce9c377449",
    "blueprintFile": {
      "id": "e6f67556-11ec-4e0c-9cff-68ddf9f93719",
      "name": "sample string 2",
      "content": "sample string 3",
      "snapshot": "sample string 4"
    },
    "markers": [
      {
        "id": "de2c49a4-4a27-4917-876c-e520e9f4f521",
        "number": 2,
        "label": "sample string 3",
        "coordX": 1.0,
        "coordY": 1.0,
        "coordX2": 1.0,
        "coordY2": 1.0,
        "createdTs": "sample string 4",
        "modifiedTs": "sample string 5",
        "date": "sample string 6",
        "customerId": 7,
        "assigned": true,
        "qrId": "7fe45d89-63f6-4d53-b777-82b85744644b",
        "comments": "sample string 9",
        "status": "sample string 10",
        "manualStatus": 1,
        "isApproved": 2,
        "installerId": 1,
        "installer": {
          "id": 1,
          "fullName": "sample string 2 sample string 3",
          "firstname": "sample string 2",
          "name": "sample string 3",
          "login": "sample string 4",
          "key": "sample string 5"
        },
        "blueprintId": "2d4e018e-0eef-4141-862b-f245c3e73a42",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "d647f200-98ee-4004-86dd-074ce9ef0e71",
        "project": "sample string 15",
        "projectId": "0949e533-28eb-46dc-96d8-91851e8a038a",
        "qrLogAttributeXMarker": [
          {
            "id": "84bf0c90-d32c-41c8-a19d-95fcad9b1e4e",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "2319cf04-963b-49a0-9fee-bede743ffc18",
            "markerId": "25b84819-7fc8-4eae-ac93-df35c2f397ed",
            "qrLogAttributeId": "63cdd758-d815-49ba-8e67-c6b0ad560627",
            "qrLogAttribute": {
              "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
              "code": "sample string 2",
              "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
              "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
              "qrLogAttributeClass": {
                "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  },
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                },
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "84bf0c90-d32c-41c8-a19d-95fcad9b1e4e",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "2319cf04-963b-49a0-9fee-bede743ffc18",
            "markerId": "25b84819-7fc8-4eae-ac93-df35c2f397ed",
            "qrLogAttributeId": "63cdd758-d815-49ba-8e67-c6b0ad560627",
            "qrLogAttribute": {
              "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
              "code": "sample string 2",
              "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
              "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
              "qrLogAttributeClass": {
                "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  },
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                },
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "6c9e5d20-dd22-4440-bbab-302ba21af9f8",
            "markerId": "5b26fb00-6f49-4e01-80d2-f05a2444f3d0",
            "solutionId": "1a1a4098-34e4-4de3-9385-f68b7df70bc9",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                },
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              },
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              }
            ],
            "selectedProducts": [
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              },
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "6c9e5d20-dd22-4440-bbab-302ba21af9f8",
            "markerId": "5b26fb00-6f49-4e01-80d2-f05a2444f3d0",
            "solutionId": "1a1a4098-34e4-4de3-9385-f68b7df70bc9",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                },
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              },
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              }
            ],
            "selectedProducts": [
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              },
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          },
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          }
        ],
        "archivedReports": [
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          },
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          }
        ],
        "productSolutions": [
          {
            "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              },
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              },
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          }
        ]
      },
      {
        "id": "de2c49a4-4a27-4917-876c-e520e9f4f521",
        "number": 2,
        "label": "sample string 3",
        "coordX": 1.0,
        "coordY": 1.0,
        "coordX2": 1.0,
        "coordY2": 1.0,
        "createdTs": "sample string 4",
        "modifiedTs": "sample string 5",
        "date": "sample string 6",
        "customerId": 7,
        "assigned": true,
        "qrId": "7fe45d89-63f6-4d53-b777-82b85744644b",
        "comments": "sample string 9",
        "status": "sample string 10",
        "manualStatus": 1,
        "isApproved": 2,
        "installerId": 1,
        "installer": {
          "id": 1,
          "fullName": "sample string 2 sample string 3",
          "firstname": "sample string 2",
          "name": "sample string 3",
          "login": "sample string 4",
          "key": "sample string 5"
        },
        "blueprintId": "2d4e018e-0eef-4141-862b-f245c3e73a42",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "d647f200-98ee-4004-86dd-074ce9ef0e71",
        "project": "sample string 15",
        "projectId": "0949e533-28eb-46dc-96d8-91851e8a038a",
        "qrLogAttributeXMarker": [
          {
            "id": "84bf0c90-d32c-41c8-a19d-95fcad9b1e4e",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "2319cf04-963b-49a0-9fee-bede743ffc18",
            "markerId": "25b84819-7fc8-4eae-ac93-df35c2f397ed",
            "qrLogAttributeId": "63cdd758-d815-49ba-8e67-c6b0ad560627",
            "qrLogAttribute": {
              "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
              "code": "sample string 2",
              "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
              "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
              "qrLogAttributeClass": {
                "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  },
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                },
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "84bf0c90-d32c-41c8-a19d-95fcad9b1e4e",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "2319cf04-963b-49a0-9fee-bede743ffc18",
            "markerId": "25b84819-7fc8-4eae-ac93-df35c2f397ed",
            "qrLogAttributeId": "63cdd758-d815-49ba-8e67-c6b0ad560627",
            "qrLogAttribute": {
              "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
              "code": "sample string 2",
              "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
              "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
              "qrLogAttributeClass": {
                "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  },
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                },
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "6c9e5d20-dd22-4440-bbab-302ba21af9f8",
            "markerId": "5b26fb00-6f49-4e01-80d2-f05a2444f3d0",
            "solutionId": "1a1a4098-34e4-4de3-9385-f68b7df70bc9",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                },
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              },
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              }
            ],
            "selectedProducts": [
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              },
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "6c9e5d20-dd22-4440-bbab-302ba21af9f8",
            "markerId": "5b26fb00-6f49-4e01-80d2-f05a2444f3d0",
            "solutionId": "1a1a4098-34e4-4de3-9385-f68b7df70bc9",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                },
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              },
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              }
            ],
            "selectedProducts": [
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              },
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          },
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          }
        ],
        "archivedReports": [
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          },
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          }
        ],
        "productSolutions": [
          {
            "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              },
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              },
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          }
        ]
      }
    ],
    "installers": [
      {
        "id": 1,
        "fullName": "sample string 2 sample string 3",
        "firstname": "sample string 2",
        "name": "sample string 3",
        "login": "sample string 4",
        "key": "sample string 5"
      },
      {
        "id": 1,
        "fullName": "sample string 2 sample string 3",
        "firstname": "sample string 2",
        "name": "sample string 3",
        "login": "sample string 4",
        "key": "sample string 5"
      }
    ],
    "allInstallers": [
      {
        "id": 1,
        "fullName": "sample string 2 sample string 3",
        "firstname": "sample string 2",
        "name": "sample string 3",
        "login": "sample string 4",
        "key": "sample string 5"
      },
      {
        "id": 1,
        "fullName": "sample string 2 sample string 3",
        "firstname": "sample string 2",
        "name": "sample string 3",
        "login": "sample string 4",
        "key": "sample string 5"
      }
    ],
    "isArchived": true
  },
  {
    "id": "c0feb6e8-bc8f-49ae-9ffd-24cbeb536e9c",
    "name": "sample string 2",
    "description": "sample string 3",
    "markerName": "sample string 4",
    "order": "sample string 5",
    "customerId": 6,
    "assigned": true,
    "isOffline": true,
    "offlineByUserId": 1,
    "offlineByUserName": "sample string 9",
    "deadline": "sample string 10",
    "isLocked": true,
    "lockedByUserId": 1,
    "lockedByUserName": "sample string 12",
    "lockedTs": "sample string 13",
    "openMarkers": 0,
    "buildingComponentId": "0528fb33-66d6-457d-867f-3da141808588",
    "buildingComponent": "sample string 15",
    "projectId": "180f772c-76d1-4e98-8e19-348effe6762d",
    "project": "sample string 17",
    "blueprintFileId": "b7f8507f-9308-4534-a4d3-34ce9c377449",
    "blueprintFile": {
      "id": "e6f67556-11ec-4e0c-9cff-68ddf9f93719",
      "name": "sample string 2",
      "content": "sample string 3",
      "snapshot": "sample string 4"
    },
    "markers": [
      {
        "id": "de2c49a4-4a27-4917-876c-e520e9f4f521",
        "number": 2,
        "label": "sample string 3",
        "coordX": 1.0,
        "coordY": 1.0,
        "coordX2": 1.0,
        "coordY2": 1.0,
        "createdTs": "sample string 4",
        "modifiedTs": "sample string 5",
        "date": "sample string 6",
        "customerId": 7,
        "assigned": true,
        "qrId": "7fe45d89-63f6-4d53-b777-82b85744644b",
        "comments": "sample string 9",
        "status": "sample string 10",
        "manualStatus": 1,
        "isApproved": 2,
        "installerId": 1,
        "installer": {
          "id": 1,
          "fullName": "sample string 2 sample string 3",
          "firstname": "sample string 2",
          "name": "sample string 3",
          "login": "sample string 4",
          "key": "sample string 5"
        },
        "blueprintId": "2d4e018e-0eef-4141-862b-f245c3e73a42",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "d647f200-98ee-4004-86dd-074ce9ef0e71",
        "project": "sample string 15",
        "projectId": "0949e533-28eb-46dc-96d8-91851e8a038a",
        "qrLogAttributeXMarker": [
          {
            "id": "84bf0c90-d32c-41c8-a19d-95fcad9b1e4e",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "2319cf04-963b-49a0-9fee-bede743ffc18",
            "markerId": "25b84819-7fc8-4eae-ac93-df35c2f397ed",
            "qrLogAttributeId": "63cdd758-d815-49ba-8e67-c6b0ad560627",
            "qrLogAttribute": {
              "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
              "code": "sample string 2",
              "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
              "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
              "qrLogAttributeClass": {
                "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  },
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                },
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "84bf0c90-d32c-41c8-a19d-95fcad9b1e4e",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "2319cf04-963b-49a0-9fee-bede743ffc18",
            "markerId": "25b84819-7fc8-4eae-ac93-df35c2f397ed",
            "qrLogAttributeId": "63cdd758-d815-49ba-8e67-c6b0ad560627",
            "qrLogAttribute": {
              "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
              "code": "sample string 2",
              "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
              "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
              "qrLogAttributeClass": {
                "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  },
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                },
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "6c9e5d20-dd22-4440-bbab-302ba21af9f8",
            "markerId": "5b26fb00-6f49-4e01-80d2-f05a2444f3d0",
            "solutionId": "1a1a4098-34e4-4de3-9385-f68b7df70bc9",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                },
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              },
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              }
            ],
            "selectedProducts": [
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              },
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "6c9e5d20-dd22-4440-bbab-302ba21af9f8",
            "markerId": "5b26fb00-6f49-4e01-80d2-f05a2444f3d0",
            "solutionId": "1a1a4098-34e4-4de3-9385-f68b7df70bc9",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                },
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              },
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              }
            ],
            "selectedProducts": [
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              },
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          },
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          }
        ],
        "archivedReports": [
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          },
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          }
        ],
        "productSolutions": [
          {
            "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              },
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              },
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          }
        ]
      },
      {
        "id": "de2c49a4-4a27-4917-876c-e520e9f4f521",
        "number": 2,
        "label": "sample string 3",
        "coordX": 1.0,
        "coordY": 1.0,
        "coordX2": 1.0,
        "coordY2": 1.0,
        "createdTs": "sample string 4",
        "modifiedTs": "sample string 5",
        "date": "sample string 6",
        "customerId": 7,
        "assigned": true,
        "qrId": "7fe45d89-63f6-4d53-b777-82b85744644b",
        "comments": "sample string 9",
        "status": "sample string 10",
        "manualStatus": 1,
        "isApproved": 2,
        "installerId": 1,
        "installer": {
          "id": 1,
          "fullName": "sample string 2 sample string 3",
          "firstname": "sample string 2",
          "name": "sample string 3",
          "login": "sample string 4",
          "key": "sample string 5"
        },
        "blueprintId": "2d4e018e-0eef-4141-862b-f245c3e73a42",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "d647f200-98ee-4004-86dd-074ce9ef0e71",
        "project": "sample string 15",
        "projectId": "0949e533-28eb-46dc-96d8-91851e8a038a",
        "qrLogAttributeXMarker": [
          {
            "id": "84bf0c90-d32c-41c8-a19d-95fcad9b1e4e",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "2319cf04-963b-49a0-9fee-bede743ffc18",
            "markerId": "25b84819-7fc8-4eae-ac93-df35c2f397ed",
            "qrLogAttributeId": "63cdd758-d815-49ba-8e67-c6b0ad560627",
            "qrLogAttribute": {
              "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
              "code": "sample string 2",
              "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
              "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
              "qrLogAttributeClass": {
                "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  },
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                },
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "84bf0c90-d32c-41c8-a19d-95fcad9b1e4e",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "2319cf04-963b-49a0-9fee-bede743ffc18",
            "markerId": "25b84819-7fc8-4eae-ac93-df35c2f397ed",
            "qrLogAttributeId": "63cdd758-d815-49ba-8e67-c6b0ad560627",
            "qrLogAttribute": {
              "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
              "code": "sample string 2",
              "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
              "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
              "qrLogAttributeClass": {
                "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  },
                  {
                    "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                },
                {
                  "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "6c9e5d20-dd22-4440-bbab-302ba21af9f8",
            "markerId": "5b26fb00-6f49-4e01-80d2-f05a2444f3d0",
            "solutionId": "1a1a4098-34e4-4de3-9385-f68b7df70bc9",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                },
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              },
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              }
            ],
            "selectedProducts": [
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              },
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "6c9e5d20-dd22-4440-bbab-302ba21af9f8",
            "markerId": "5b26fb00-6f49-4e01-80d2-f05a2444f3d0",
            "solutionId": "1a1a4098-34e4-4de3-9385-f68b7df70bc9",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                },
                {
                  "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                  "qrLogAttributeListValue": {
                    "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                    "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                    "qrLogAttribute": {
                      "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                      "code": "sample string 2",
                      "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                      "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                      "qrLogAttributeClass": {
                        "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                  "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      },
                      {
                        "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                        "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                        "translations": [
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          },
                          {
                            "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              },
              {
                "id": "819c8cfb-70fe-46ae-b9a4-49ac73905e6b",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-09-23T11:00:58.3946493Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "2acfbb2c-a36b-4601-b8b5-38e6926eb208"
              }
            ],
            "selectedProducts": [
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              },
              {
                "id": "50f76f96-79c7-4fdf-a46c-f63f6c335f32",
                "markerXSolutionsId": "f18f1991-13bb-4151-bccf-a5d11c9bbb56",
                "productId": "6227c8e5-4f99-44b1-b544-76c648350963"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          },
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          }
        ],
        "archivedReports": [
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          },
          {
            "id": "f2161a02-19e1-4cc7-a700-4ff847c21e29",
            "date": "sample string 2",
            "status": "sample string 3",
            "comment": "sample string 4",
            "name": "sample string 5",
            "email": "sample string 6",
            "report": "sample string 7",
            "company": "sample string 8",
            "image": "sample string 9",
            "customerId": 1,
            "markerId": "1b771049-308e-46ba-b66c-2599a3a46aec"
          }
        ],
        "productSolutions": [
          {
            "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              },
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "4d332fbc-13ea-4ef5-a36a-32f426989173",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              },
              {
                "id": "e89b5719-9a80-47c5-91c0-df2734fe5eb4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/e89b5719-9a80-47c5-91c0-df2734fe5eb4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "646a2b0a-3960-4ae7-81cc-2590cb9f6595",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "07d244ef-09e7-4f3d-ae87-5a0f47d658fa",
                "qrLogAttributeListValue": {
                  "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                  "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                  "qrLogAttribute": {
                    "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                    "code": "sample string 2",
                    "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                    "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                    "qrLogAttributeClass": {
                      "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ]
                },
                "markerXSolutionsId": "0b743623-17a9-4043-b61f-9d26990c54e7",
                "qrLogAttributeId": "172b561a-ac74-4cb4-93c1-589bfcd18165",
                "qrLogAttribute": {
                  "id": "338bc821-05b2-4dd6-bddb-72fd1bfca3ed",
                  "code": "sample string 2",
                  "selectedValue": "40d8ab21-3751-4fde-8ddf-247a90ba3623",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "3d1783c6-8126-4c45-adc3-863798aac401",
                  "sourceId": "9e8c5d18-724e-4861-b280-532fbc5d479e",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "106cdfde-71cf-49b2-b184-b69b5383ee19",
                  "qrLogAttributeClass": {
                    "id": "751e258e-cbcc-4cf7-9c35-0d01638e31c7",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      },
                      {
                        "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    },
                    {
                      "id": "b5495adc-0ab5-4af2-8484-8c7b71962604",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "83958b3d-8a13-438c-b641-ca3622436fbb",
                      "qrLogAttributeListValueGlobalRefId": "f34a2198-7c95-41c8-bac6-b2c7ae13704c",
                      "translations": [
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        },
                        {
                          "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    },
                    {
                      "id": "03ffd1e9-f648-47cd-a5f2-002c86d541f1",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "f1db1dcb-bd96-430f-98d9-2b631f633bfc"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          }
        ]
      }
    ],
    "installers": [
      {
        "id": 1,
        "fullName": "sample string 2 sample string 3",
        "firstname": "sample string 2",
        "name": "sample string 3",
        "login": "sample string 4",
        "key": "sample string 5"
      },
      {
        "id": 1,
        "fullName": "sample string 2 sample string 3",
        "firstname": "sample string 2",
        "name": "sample string 3",
        "login": "sample string 4",
        "key": "sample string 5"
      }
    ],
    "allInstallers": [
      {
        "id": 1,
        "fullName": "sample string 2 sample string 3",
        "firstname": "sample string 2",
        "name": "sample string 3",
        "login": "sample string 4",
        "key": "sample string 5"
      },
      {
        "id": 1,
        "fullName": "sample string 2 sample string 3",
        "firstname": "sample string 2",
        "name": "sample string 3",
        "login": "sample string 4",
        "key": "sample string 5"
      }
    ],
    "isArchived": true
  }
]