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": "894c6757-672e-4f99-bc72-0e08cebf3cde",
    "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": "21ce79d6-b310-4e6d-99c6-3084a2568800",
    "buildingComponent": "sample string 15",
    "projectId": "a7337716-a625-43ca-9c12-85a1135e6208",
    "project": "sample string 17",
    "blueprintFileId": "3f3afa1b-c393-41f7-9246-016697799664",
    "blueprintFile": {
      "id": "6b9e185d-1150-4c6b-9269-cde14edb7e94",
      "name": "sample string 2",
      "content": "sample string 3",
      "snapshot": "sample string 4"
    },
    "markers": [
      {
        "id": "5895bd09-ccee-442e-9ffa-51b1895725a5",
        "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": "b3083d6e-8206-455d-9541-775fd58c5827",
        "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": "47e56eca-c5d3-4b63-a5f6-169aa26fb6cb",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "a903eb49-26ab-413b-b1b3-25b4dff76c97",
        "project": "sample string 15",
        "projectId": "1c04f0cd-11a5-4405-b073-f58676baab61",
        "qrLogAttributeXMarker": [
          {
            "id": "727da39d-f43b-43ee-be0d-e4b5e2c00fe9",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d8225dbf-3f0d-47a0-96de-b892c5f24a45",
            "markerId": "62cb8ffb-815b-4e27-a286-394744b22d0d",
            "qrLogAttributeId": "fee56b11-494c-4d91-9f7d-969c3aaf728a",
            "qrLogAttribute": {
              "id": "350cff68-6e5c-45cd-859d-5d2901409020",
              "code": "sample string 2",
              "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
              "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
              "qrLogAttributeClass": {
                "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  },
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                },
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "727da39d-f43b-43ee-be0d-e4b5e2c00fe9",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d8225dbf-3f0d-47a0-96de-b892c5f24a45",
            "markerId": "62cb8ffb-815b-4e27-a286-394744b22d0d",
            "qrLogAttributeId": "fee56b11-494c-4d91-9f7d-969c3aaf728a",
            "qrLogAttribute": {
              "id": "350cff68-6e5c-45cd-859d-5d2901409020",
              "code": "sample string 2",
              "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
              "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
              "qrLogAttributeClass": {
                "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  },
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                },
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "d470b1ef-a6c7-4b39-a632-3bb71ae02867",
            "markerId": "d856ed9c-5605-48af-aed8-c70dd1d19c4c",
            "solutionId": "99eb90e9-cd8f-4336-b60d-4cf153044130",
            "taxonomy263415Id": "24e73c70-24fa-4d2f-8209-e1124ca355f9",
            "amount": 3,
            "diameter": 4.0,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8.0,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                },
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              },
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              }
            ],
            "selectedProducts": [
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              },
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "imageLink": "sample string 13",
            "isApproved": 2
          },
          {
            "id": "d470b1ef-a6c7-4b39-a632-3bb71ae02867",
            "markerId": "d856ed9c-5605-48af-aed8-c70dd1d19c4c",
            "solutionId": "99eb90e9-cd8f-4336-b60d-4cf153044130",
            "taxonomy263415Id": "24e73c70-24fa-4d2f-8209-e1124ca355f9",
            "amount": 3,
            "diameter": 4.0,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8.0,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                },
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              },
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              }
            ],
            "selectedProducts": [
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              },
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "imageLink": "sample string 13",
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          },
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          }
        ],
        "archivedReports": [
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          },
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          }
        ],
        "productSolutions": [
          {
            "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              },
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              },
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          }
        ]
      },
      {
        "id": "5895bd09-ccee-442e-9ffa-51b1895725a5",
        "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": "b3083d6e-8206-455d-9541-775fd58c5827",
        "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": "47e56eca-c5d3-4b63-a5f6-169aa26fb6cb",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "a903eb49-26ab-413b-b1b3-25b4dff76c97",
        "project": "sample string 15",
        "projectId": "1c04f0cd-11a5-4405-b073-f58676baab61",
        "qrLogAttributeXMarker": [
          {
            "id": "727da39d-f43b-43ee-be0d-e4b5e2c00fe9",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d8225dbf-3f0d-47a0-96de-b892c5f24a45",
            "markerId": "62cb8ffb-815b-4e27-a286-394744b22d0d",
            "qrLogAttributeId": "fee56b11-494c-4d91-9f7d-969c3aaf728a",
            "qrLogAttribute": {
              "id": "350cff68-6e5c-45cd-859d-5d2901409020",
              "code": "sample string 2",
              "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
              "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
              "qrLogAttributeClass": {
                "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  },
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                },
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "727da39d-f43b-43ee-be0d-e4b5e2c00fe9",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d8225dbf-3f0d-47a0-96de-b892c5f24a45",
            "markerId": "62cb8ffb-815b-4e27-a286-394744b22d0d",
            "qrLogAttributeId": "fee56b11-494c-4d91-9f7d-969c3aaf728a",
            "qrLogAttribute": {
              "id": "350cff68-6e5c-45cd-859d-5d2901409020",
              "code": "sample string 2",
              "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
              "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
              "qrLogAttributeClass": {
                "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  },
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                },
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "d470b1ef-a6c7-4b39-a632-3bb71ae02867",
            "markerId": "d856ed9c-5605-48af-aed8-c70dd1d19c4c",
            "solutionId": "99eb90e9-cd8f-4336-b60d-4cf153044130",
            "taxonomy263415Id": "24e73c70-24fa-4d2f-8209-e1124ca355f9",
            "amount": 3,
            "diameter": 4.0,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8.0,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                },
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              },
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              }
            ],
            "selectedProducts": [
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              },
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "imageLink": "sample string 13",
            "isApproved": 2
          },
          {
            "id": "d470b1ef-a6c7-4b39-a632-3bb71ae02867",
            "markerId": "d856ed9c-5605-48af-aed8-c70dd1d19c4c",
            "solutionId": "99eb90e9-cd8f-4336-b60d-4cf153044130",
            "taxonomy263415Id": "24e73c70-24fa-4d2f-8209-e1124ca355f9",
            "amount": 3,
            "diameter": 4.0,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8.0,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                },
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              },
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              }
            ],
            "selectedProducts": [
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              },
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "imageLink": "sample string 13",
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          },
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          }
        ],
        "archivedReports": [
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          },
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          }
        ],
        "productSolutions": [
          {
            "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              },
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              },
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "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": "894c6757-672e-4f99-bc72-0e08cebf3cde",
    "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": "21ce79d6-b310-4e6d-99c6-3084a2568800",
    "buildingComponent": "sample string 15",
    "projectId": "a7337716-a625-43ca-9c12-85a1135e6208",
    "project": "sample string 17",
    "blueprintFileId": "3f3afa1b-c393-41f7-9246-016697799664",
    "blueprintFile": {
      "id": "6b9e185d-1150-4c6b-9269-cde14edb7e94",
      "name": "sample string 2",
      "content": "sample string 3",
      "snapshot": "sample string 4"
    },
    "markers": [
      {
        "id": "5895bd09-ccee-442e-9ffa-51b1895725a5",
        "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": "b3083d6e-8206-455d-9541-775fd58c5827",
        "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": "47e56eca-c5d3-4b63-a5f6-169aa26fb6cb",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "a903eb49-26ab-413b-b1b3-25b4dff76c97",
        "project": "sample string 15",
        "projectId": "1c04f0cd-11a5-4405-b073-f58676baab61",
        "qrLogAttributeXMarker": [
          {
            "id": "727da39d-f43b-43ee-be0d-e4b5e2c00fe9",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d8225dbf-3f0d-47a0-96de-b892c5f24a45",
            "markerId": "62cb8ffb-815b-4e27-a286-394744b22d0d",
            "qrLogAttributeId": "fee56b11-494c-4d91-9f7d-969c3aaf728a",
            "qrLogAttribute": {
              "id": "350cff68-6e5c-45cd-859d-5d2901409020",
              "code": "sample string 2",
              "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
              "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
              "qrLogAttributeClass": {
                "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  },
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                },
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "727da39d-f43b-43ee-be0d-e4b5e2c00fe9",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d8225dbf-3f0d-47a0-96de-b892c5f24a45",
            "markerId": "62cb8ffb-815b-4e27-a286-394744b22d0d",
            "qrLogAttributeId": "fee56b11-494c-4d91-9f7d-969c3aaf728a",
            "qrLogAttribute": {
              "id": "350cff68-6e5c-45cd-859d-5d2901409020",
              "code": "sample string 2",
              "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
              "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
              "qrLogAttributeClass": {
                "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  },
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                },
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "d470b1ef-a6c7-4b39-a632-3bb71ae02867",
            "markerId": "d856ed9c-5605-48af-aed8-c70dd1d19c4c",
            "solutionId": "99eb90e9-cd8f-4336-b60d-4cf153044130",
            "taxonomy263415Id": "24e73c70-24fa-4d2f-8209-e1124ca355f9",
            "amount": 3,
            "diameter": 4.0,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8.0,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                },
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              },
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              }
            ],
            "selectedProducts": [
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              },
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "imageLink": "sample string 13",
            "isApproved": 2
          },
          {
            "id": "d470b1ef-a6c7-4b39-a632-3bb71ae02867",
            "markerId": "d856ed9c-5605-48af-aed8-c70dd1d19c4c",
            "solutionId": "99eb90e9-cd8f-4336-b60d-4cf153044130",
            "taxonomy263415Id": "24e73c70-24fa-4d2f-8209-e1124ca355f9",
            "amount": 3,
            "diameter": 4.0,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8.0,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                },
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              },
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              }
            ],
            "selectedProducts": [
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              },
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "imageLink": "sample string 13",
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          },
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          }
        ],
        "archivedReports": [
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          },
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          }
        ],
        "productSolutions": [
          {
            "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              },
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              },
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          }
        ]
      },
      {
        "id": "5895bd09-ccee-442e-9ffa-51b1895725a5",
        "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": "b3083d6e-8206-455d-9541-775fd58c5827",
        "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": "47e56eca-c5d3-4b63-a5f6-169aa26fb6cb",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "a903eb49-26ab-413b-b1b3-25b4dff76c97",
        "project": "sample string 15",
        "projectId": "1c04f0cd-11a5-4405-b073-f58676baab61",
        "qrLogAttributeXMarker": [
          {
            "id": "727da39d-f43b-43ee-be0d-e4b5e2c00fe9",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d8225dbf-3f0d-47a0-96de-b892c5f24a45",
            "markerId": "62cb8ffb-815b-4e27-a286-394744b22d0d",
            "qrLogAttributeId": "fee56b11-494c-4d91-9f7d-969c3aaf728a",
            "qrLogAttribute": {
              "id": "350cff68-6e5c-45cd-859d-5d2901409020",
              "code": "sample string 2",
              "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
              "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
              "qrLogAttributeClass": {
                "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  },
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                },
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "727da39d-f43b-43ee-be0d-e4b5e2c00fe9",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d8225dbf-3f0d-47a0-96de-b892c5f24a45",
            "markerId": "62cb8ffb-815b-4e27-a286-394744b22d0d",
            "qrLogAttributeId": "fee56b11-494c-4d91-9f7d-969c3aaf728a",
            "qrLogAttribute": {
              "id": "350cff68-6e5c-45cd-859d-5d2901409020",
              "code": "sample string 2",
              "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
              "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
              "qrLogAttributeClass": {
                "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  },
                  {
                    "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                },
                {
                  "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "d470b1ef-a6c7-4b39-a632-3bb71ae02867",
            "markerId": "d856ed9c-5605-48af-aed8-c70dd1d19c4c",
            "solutionId": "99eb90e9-cd8f-4336-b60d-4cf153044130",
            "taxonomy263415Id": "24e73c70-24fa-4d2f-8209-e1124ca355f9",
            "amount": 3,
            "diameter": 4.0,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8.0,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                },
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              },
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              }
            ],
            "selectedProducts": [
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              },
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "imageLink": "sample string 13",
            "isApproved": 2
          },
          {
            "id": "d470b1ef-a6c7-4b39-a632-3bb71ae02867",
            "markerId": "d856ed9c-5605-48af-aed8-c70dd1d19c4c",
            "solutionId": "99eb90e9-cd8f-4336-b60d-4cf153044130",
            "taxonomy263415Id": "24e73c70-24fa-4d2f-8209-e1124ca355f9",
            "amount": 3,
            "diameter": 4.0,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8.0,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                },
                {
                  "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                  "name": "sample string 2",
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                  "qrLogAttributeListValue": {
                    "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                    "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                    "qrLogAttribute": {
                      "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                      "code": "sample string 2",
                      "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                      "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                      "qrLogAttributeClass": {
                        "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                  "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      },
                      {
                        "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                        "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                        "translations": [
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          },
                          {
                            "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              },
              {
                "id": "bced06c0-f4da-4641-9c37-50e836c7560c",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-12T21:52:40.3723778Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "0d9d36bf-bce9-4407-a8f8-17d10f4c8627"
              }
            ],
            "selectedProducts": [
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              },
              {
                "id": "0110758a-e748-4463-9226-2fe549addcfb",
                "markerXSolutionsId": "f6c69d75-dbee-405c-a3f0-08f7c79c65ef",
                "productId": "a8bec20a-916b-4682-b467-2690ca86eee3"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "imageLink": "sample string 13",
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          },
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          }
        ],
        "archivedReports": [
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          },
          {
            "id": "adbcc8ca-7653-494e-946b-007379855226",
            "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": "aad505fd-9bf9-4ab9-b03c-f4e5684b894a"
          }
        ],
        "productSolutions": [
          {
            "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              },
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "f83a12c7-6f49-4b60-aac2-4038371b7764",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              },
              {
                "id": "6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3",
                "name": "sample string 2",
                "link": "https://firelog-api-uat.ipcom.be/api/DownloadAttachment/6813d545-b7fe-45e9-ba5c-7f2a83dbf1a3"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "4b96cc9a-5652-4bfa-bd7c-1e0014d6cf0a",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "9091b13d-1188-4727-8730-8e239750edf2",
                "qrLogAttributeListValue": {
                  "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                  "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                  "qrLogAttribute": {
                    "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                    "code": "sample string 2",
                    "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                    "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                    "qrLogAttributeClass": {
                      "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ]
                },
                "markerXSolutionsId": "6913c132-fbe8-48f2-9af7-7ddef287403b",
                "qrLogAttributeId": "f51e9a9a-3b55-47d2-bb10-950b06880350",
                "qrLogAttribute": {
                  "id": "350cff68-6e5c-45cd-859d-5d2901409020",
                  "code": "sample string 2",
                  "selectedValue": "93169728-d7e5-44e3-b613-220d2998c9cd",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "e8448969-ab68-4ab8-83c4-b1e8ee0fae96",
                  "sourceId": "c00f8ba4-a6aa-4b73-b8e2-327c7c44a2a6",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "e7e8c46e-1a6b-417f-a56b-ac6cd58ea0bc",
                  "qrLogAttributeClass": {
                    "id": "e8597975-7cbb-461a-a858-ace8013f54c2",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      },
                      {
                        "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    },
                    {
                      "id": "af967e73-e1bc-4bd5-bfae-c735db07e9c9",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "9ede063f-aca8-450e-98b0-81dd4be1a043",
                      "qrLogAttributeListValueGlobalRefId": "6aa6c7d5-a606-4fc3-a236-fcfcb56d4a4f",
                      "translations": [
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        },
                        {
                          "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    },
                    {
                      "id": "04c93064-c806-4b02-b2e2-026c9045e4d2",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "d72a15a8-1a01-4106-8c84-6355499898bb"
                    }
                  ],
                  "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
  }
]