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": "a877b927-0707-4bfb-8c18-e69574682dcf",
    "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": "a711e3e6-52de-405c-935a-d60c0bb03231",
    "buildingComponent": "sample string 15",
    "projectId": "a8217b70-1f51-4d1f-b588-3ce2eca4df64",
    "project": "sample string 17",
    "blueprintFileId": "5209e906-dc28-4d3b-9f44-6ffbf4071f51",
    "blueprintFile": {
      "id": "dce401b1-4c33-4e1c-8d90-8c72c9b8dc1f",
      "name": "sample string 2",
      "content": "sample string 3",
      "snapshot": "sample string 4"
    },
    "markers": [
      {
        "id": "ac4bb3ab-6427-472b-95e1-1076be45e6dd",
        "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": "a4576a2b-f763-472f-b846-c56e66dede04",
        "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": "e244088a-cbd4-405a-b177-d683def0c6f2",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "e69d218b-efbd-4804-a763-222bd960c202",
        "project": "sample string 15",
        "projectId": "f23a6edf-72b6-4a7d-87d1-830d099a61e6",
        "qrLogAttributeXMarker": [
          {
            "id": "42b98add-8df8-4789-917f-5561a9239602",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "7287cda7-da2c-4a8e-a014-148953cfd286",
            "markerId": "e4e572af-d107-45f5-8317-3f4416774fbc",
            "qrLogAttributeId": "caa30ee2-bd46-47a5-acdb-ee17c971a2b2",
            "qrLogAttribute": {
              "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
              "code": "sample string 2",
              "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
              "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
              "qrLogAttributeClass": {
                "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  },
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                },
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "42b98add-8df8-4789-917f-5561a9239602",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "7287cda7-da2c-4a8e-a014-148953cfd286",
            "markerId": "e4e572af-d107-45f5-8317-3f4416774fbc",
            "qrLogAttributeId": "caa30ee2-bd46-47a5-acdb-ee17c971a2b2",
            "qrLogAttribute": {
              "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
              "code": "sample string 2",
              "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
              "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
              "qrLogAttributeClass": {
                "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  },
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                },
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "3e0e2a53-60b2-4ffe-a162-0ed636fcb20c",
            "markerId": "e831cfef-63b8-4736-9223-a13b51ce04a7",
            "solutionId": "6d715cc1-3032-4f1c-9f83-5ca853214844",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                },
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              },
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              }
            ],
            "selectedProducts": [
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              },
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "3e0e2a53-60b2-4ffe-a162-0ed636fcb20c",
            "markerId": "e831cfef-63b8-4736-9223-a13b51ce04a7",
            "solutionId": "6d715cc1-3032-4f1c-9f83-5ca853214844",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                },
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              },
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              }
            ],
            "selectedProducts": [
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              },
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          },
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          }
        ],
        "archivedReports": [
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          },
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          }
        ],
        "productSolutions": [
          {
            "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              },
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              },
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          }
        ]
      },
      {
        "id": "ac4bb3ab-6427-472b-95e1-1076be45e6dd",
        "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": "a4576a2b-f763-472f-b846-c56e66dede04",
        "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": "e244088a-cbd4-405a-b177-d683def0c6f2",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "e69d218b-efbd-4804-a763-222bd960c202",
        "project": "sample string 15",
        "projectId": "f23a6edf-72b6-4a7d-87d1-830d099a61e6",
        "qrLogAttributeXMarker": [
          {
            "id": "42b98add-8df8-4789-917f-5561a9239602",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "7287cda7-da2c-4a8e-a014-148953cfd286",
            "markerId": "e4e572af-d107-45f5-8317-3f4416774fbc",
            "qrLogAttributeId": "caa30ee2-bd46-47a5-acdb-ee17c971a2b2",
            "qrLogAttribute": {
              "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
              "code": "sample string 2",
              "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
              "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
              "qrLogAttributeClass": {
                "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  },
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                },
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "42b98add-8df8-4789-917f-5561a9239602",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "7287cda7-da2c-4a8e-a014-148953cfd286",
            "markerId": "e4e572af-d107-45f5-8317-3f4416774fbc",
            "qrLogAttributeId": "caa30ee2-bd46-47a5-acdb-ee17c971a2b2",
            "qrLogAttribute": {
              "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
              "code": "sample string 2",
              "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
              "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
              "qrLogAttributeClass": {
                "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  },
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                },
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "3e0e2a53-60b2-4ffe-a162-0ed636fcb20c",
            "markerId": "e831cfef-63b8-4736-9223-a13b51ce04a7",
            "solutionId": "6d715cc1-3032-4f1c-9f83-5ca853214844",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                },
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              },
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              }
            ],
            "selectedProducts": [
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              },
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "3e0e2a53-60b2-4ffe-a162-0ed636fcb20c",
            "markerId": "e831cfef-63b8-4736-9223-a13b51ce04a7",
            "solutionId": "6d715cc1-3032-4f1c-9f83-5ca853214844",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                },
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              },
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              }
            ],
            "selectedProducts": [
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              },
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          },
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          }
        ],
        "archivedReports": [
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          },
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          }
        ],
        "productSolutions": [
          {
            "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              },
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              },
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "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": "a877b927-0707-4bfb-8c18-e69574682dcf",
    "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": "a711e3e6-52de-405c-935a-d60c0bb03231",
    "buildingComponent": "sample string 15",
    "projectId": "a8217b70-1f51-4d1f-b588-3ce2eca4df64",
    "project": "sample string 17",
    "blueprintFileId": "5209e906-dc28-4d3b-9f44-6ffbf4071f51",
    "blueprintFile": {
      "id": "dce401b1-4c33-4e1c-8d90-8c72c9b8dc1f",
      "name": "sample string 2",
      "content": "sample string 3",
      "snapshot": "sample string 4"
    },
    "markers": [
      {
        "id": "ac4bb3ab-6427-472b-95e1-1076be45e6dd",
        "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": "a4576a2b-f763-472f-b846-c56e66dede04",
        "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": "e244088a-cbd4-405a-b177-d683def0c6f2",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "e69d218b-efbd-4804-a763-222bd960c202",
        "project": "sample string 15",
        "projectId": "f23a6edf-72b6-4a7d-87d1-830d099a61e6",
        "qrLogAttributeXMarker": [
          {
            "id": "42b98add-8df8-4789-917f-5561a9239602",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "7287cda7-da2c-4a8e-a014-148953cfd286",
            "markerId": "e4e572af-d107-45f5-8317-3f4416774fbc",
            "qrLogAttributeId": "caa30ee2-bd46-47a5-acdb-ee17c971a2b2",
            "qrLogAttribute": {
              "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
              "code": "sample string 2",
              "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
              "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
              "qrLogAttributeClass": {
                "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  },
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                },
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "42b98add-8df8-4789-917f-5561a9239602",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "7287cda7-da2c-4a8e-a014-148953cfd286",
            "markerId": "e4e572af-d107-45f5-8317-3f4416774fbc",
            "qrLogAttributeId": "caa30ee2-bd46-47a5-acdb-ee17c971a2b2",
            "qrLogAttribute": {
              "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
              "code": "sample string 2",
              "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
              "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
              "qrLogAttributeClass": {
                "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  },
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                },
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "3e0e2a53-60b2-4ffe-a162-0ed636fcb20c",
            "markerId": "e831cfef-63b8-4736-9223-a13b51ce04a7",
            "solutionId": "6d715cc1-3032-4f1c-9f83-5ca853214844",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                },
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              },
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              }
            ],
            "selectedProducts": [
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              },
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "3e0e2a53-60b2-4ffe-a162-0ed636fcb20c",
            "markerId": "e831cfef-63b8-4736-9223-a13b51ce04a7",
            "solutionId": "6d715cc1-3032-4f1c-9f83-5ca853214844",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                },
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              },
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              }
            ],
            "selectedProducts": [
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              },
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          },
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          }
        ],
        "archivedReports": [
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          },
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          }
        ],
        "productSolutions": [
          {
            "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              },
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              },
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          }
        ]
      },
      {
        "id": "ac4bb3ab-6427-472b-95e1-1076be45e6dd",
        "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": "a4576a2b-f763-472f-b846-c56e66dede04",
        "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": "e244088a-cbd4-405a-b177-d683def0c6f2",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "e69d218b-efbd-4804-a763-222bd960c202",
        "project": "sample string 15",
        "projectId": "f23a6edf-72b6-4a7d-87d1-830d099a61e6",
        "qrLogAttributeXMarker": [
          {
            "id": "42b98add-8df8-4789-917f-5561a9239602",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "7287cda7-da2c-4a8e-a014-148953cfd286",
            "markerId": "e4e572af-d107-45f5-8317-3f4416774fbc",
            "qrLogAttributeId": "caa30ee2-bd46-47a5-acdb-ee17c971a2b2",
            "qrLogAttribute": {
              "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
              "code": "sample string 2",
              "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
              "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
              "qrLogAttributeClass": {
                "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  },
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                },
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "42b98add-8df8-4789-917f-5561a9239602",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "7287cda7-da2c-4a8e-a014-148953cfd286",
            "markerId": "e4e572af-d107-45f5-8317-3f4416774fbc",
            "qrLogAttributeId": "caa30ee2-bd46-47a5-acdb-ee17c971a2b2",
            "qrLogAttribute": {
              "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
              "code": "sample string 2",
              "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
              "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
              "qrLogAttributeClass": {
                "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  },
                  {
                    "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                },
                {
                  "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "3e0e2a53-60b2-4ffe-a162-0ed636fcb20c",
            "markerId": "e831cfef-63b8-4736-9223-a13b51ce04a7",
            "solutionId": "6d715cc1-3032-4f1c-9f83-5ca853214844",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                },
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              },
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              }
            ],
            "selectedProducts": [
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              },
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "3e0e2a53-60b2-4ffe-a162-0ed636fcb20c",
            "markerId": "e831cfef-63b8-4736-9223-a13b51ce04a7",
            "solutionId": "6d715cc1-3032-4f1c-9f83-5ca853214844",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                },
                {
                  "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                  "qrLogAttributeListValue": {
                    "id": "c83c85ad-6103-4751-9587-099339980af7",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                    "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                    "qrLogAttribute": {
                      "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                      "code": "sample string 2",
                      "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                      "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                      "qrLogAttributeClass": {
                        "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                  "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      },
                      {
                        "id": "c83c85ad-6103-4751-9587-099339980af7",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                        "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                        "translations": [
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          },
                          {
                            "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              },
              {
                "id": "065fab2a-5401-4257-b578-1478b0a9d664",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-09T12:17:21.6232725Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "24a2c8d3-693c-4c81-b46a-6fa14f6a6108"
              }
            ],
            "selectedProducts": [
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              },
              {
                "id": "0b71da1f-e5c1-44d9-9867-3e4672827239",
                "markerXSolutionsId": "731c0654-28db-41b0-af9d-cd308e88fdca",
                "productId": "df7b80cf-e9c1-4b68-a46e-5334c7d2e951"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          },
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          }
        ],
        "archivedReports": [
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          },
          {
            "id": "02a6832f-4a4e-40ae-adc2-66dc26f9cc6c",
            "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": "24fec882-bcf0-491e-a05f-fe4230d00365"
          }
        ],
        "productSolutions": [
          {
            "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              },
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "467a19db-c6b1-4920-9f7c-65b2e183d946",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              },
              {
                "id": "9a52714d-e4b4-4c47-9554-a2727499d4bf",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/9a52714d-e4b4-4c47-9554-a2727499d4bf"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9db40cfa-534b-488b-8c49-895804ccb6e2",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "06765825-f1d8-489d-8ba7-64808354d5e1",
                "qrLogAttributeListValue": {
                  "id": "c83c85ad-6103-4751-9587-099339980af7",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                  "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                  "qrLogAttribute": {
                    "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                    "code": "sample string 2",
                    "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                    "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                    "qrLogAttributeClass": {
                      "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ]
                },
                "markerXSolutionsId": "8257a744-a41a-4a48-a532-a54edf69df42",
                "qrLogAttributeId": "6fa3470d-a8b4-4a8d-89aa-dc05dbcd60f6",
                "qrLogAttribute": {
                  "id": "161af374-c65e-4c37-92af-decd4b04c1a2",
                  "code": "sample string 2",
                  "selectedValue": "a35a08ba-b6d6-4e2e-84c8-463f1364aeff",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "2c0a0d67-1a1e-4db2-8200-fd6b1dfc54ce",
                  "sourceId": "66b520bc-98f0-4d80-a3c6-e93c2684f513",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "91c1812e-b472-413c-b6a1-46f21f9cf4fe",
                  "qrLogAttributeClass": {
                    "id": "84668a16-3d1d-4659-bced-8c71f58d4dca",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      },
                      {
                        "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    },
                    {
                      "id": "c83c85ad-6103-4751-9587-099339980af7",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c5fc37c8-b70e-4afb-ae26-f6bdc966fa6c",
                      "qrLogAttributeListValueGlobalRefId": "c18744b9-39cf-4414-ad4c-8088f06bbef2",
                      "translations": [
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        },
                        {
                          "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    },
                    {
                      "id": "47158738-5734-4ca4-b8b7-20e05cc4b729",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1edd7e06-3d92-4342-9ccf-32c66d5116e8"
                    }
                  ],
                  "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
  }
]