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": "dad93bcd-6e28-43e0-b263-ed1cdd3b02ac",
    "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": "93829b54-aa3a-403e-954c-697b777a4374",
    "buildingComponent": "sample string 15",
    "projectId": "fd3c865e-6f98-459a-8154-745ac54a020b",
    "project": "sample string 17",
    "blueprintFileId": "ff2f0e51-eb8e-4638-9e04-1ce2c050affc",
    "blueprintFile": {
      "id": "f22e449d-d9a7-4405-b0a1-cf53aa7ce1c0",
      "name": "sample string 2",
      "content": "sample string 3",
      "snapshot": "sample string 4"
    },
    "markers": [
      {
        "id": "2d4be4ea-e5e9-4ce2-aed1-a182816b81ae",
        "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": "7fa425c3-9d62-4c13-bc55-6e17afe1b4c6",
        "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": "1a806221-5f91-4f85-be39-8fe2774c2eeb",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "d7a4184a-4755-495a-9736-8072594cd1c8",
        "project": "sample string 15",
        "projectId": "8babc174-8f9a-4ce3-8457-3edb9e25f0cd",
        "qrLogAttributeXMarker": [
          {
            "id": "53374d55-145f-4f11-9a29-cc0222884a96",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d80d6efc-fdfe-443b-bd54-28048120ab9a",
            "markerId": "fca74453-bd7b-4e1d-a00b-7d9d5e4487da",
            "qrLogAttributeId": "408e4528-5acf-4ce6-a8cc-838483df59c5",
            "qrLogAttribute": {
              "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
              "code": "sample string 2",
              "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
              "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
              "qrLogAttributeClass": {
                "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  },
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                },
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "53374d55-145f-4f11-9a29-cc0222884a96",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d80d6efc-fdfe-443b-bd54-28048120ab9a",
            "markerId": "fca74453-bd7b-4e1d-a00b-7d9d5e4487da",
            "qrLogAttributeId": "408e4528-5acf-4ce6-a8cc-838483df59c5",
            "qrLogAttribute": {
              "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
              "code": "sample string 2",
              "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
              "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
              "qrLogAttributeClass": {
                "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  },
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                },
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "52a8f83c-ac2a-470e-b64e-f414fc1f4313",
            "markerId": "5748296d-a873-4740-be0e-a7f420c754c4",
            "solutionId": "94dbda82-f67f-4edb-b831-42bf0aed3f83",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                },
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              },
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              }
            ],
            "selectedProducts": [
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              },
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "52a8f83c-ac2a-470e-b64e-f414fc1f4313",
            "markerId": "5748296d-a873-4740-be0e-a7f420c754c4",
            "solutionId": "94dbda82-f67f-4edb-b831-42bf0aed3f83",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                },
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              },
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              }
            ],
            "selectedProducts": [
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              },
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          },
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          }
        ],
        "archivedReports": [
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          },
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          }
        ],
        "productSolutions": [
          {
            "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              },
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              },
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          }
        ]
      },
      {
        "id": "2d4be4ea-e5e9-4ce2-aed1-a182816b81ae",
        "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": "7fa425c3-9d62-4c13-bc55-6e17afe1b4c6",
        "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": "1a806221-5f91-4f85-be39-8fe2774c2eeb",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "d7a4184a-4755-495a-9736-8072594cd1c8",
        "project": "sample string 15",
        "projectId": "8babc174-8f9a-4ce3-8457-3edb9e25f0cd",
        "qrLogAttributeXMarker": [
          {
            "id": "53374d55-145f-4f11-9a29-cc0222884a96",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d80d6efc-fdfe-443b-bd54-28048120ab9a",
            "markerId": "fca74453-bd7b-4e1d-a00b-7d9d5e4487da",
            "qrLogAttributeId": "408e4528-5acf-4ce6-a8cc-838483df59c5",
            "qrLogAttribute": {
              "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
              "code": "sample string 2",
              "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
              "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
              "qrLogAttributeClass": {
                "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  },
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                },
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "53374d55-145f-4f11-9a29-cc0222884a96",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d80d6efc-fdfe-443b-bd54-28048120ab9a",
            "markerId": "fca74453-bd7b-4e1d-a00b-7d9d5e4487da",
            "qrLogAttributeId": "408e4528-5acf-4ce6-a8cc-838483df59c5",
            "qrLogAttribute": {
              "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
              "code": "sample string 2",
              "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
              "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
              "qrLogAttributeClass": {
                "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  },
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                },
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "52a8f83c-ac2a-470e-b64e-f414fc1f4313",
            "markerId": "5748296d-a873-4740-be0e-a7f420c754c4",
            "solutionId": "94dbda82-f67f-4edb-b831-42bf0aed3f83",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                },
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              },
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              }
            ],
            "selectedProducts": [
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              },
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "52a8f83c-ac2a-470e-b64e-f414fc1f4313",
            "markerId": "5748296d-a873-4740-be0e-a7f420c754c4",
            "solutionId": "94dbda82-f67f-4edb-b831-42bf0aed3f83",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                },
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              },
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              }
            ],
            "selectedProducts": [
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              },
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          },
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          }
        ],
        "archivedReports": [
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          },
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          }
        ],
        "productSolutions": [
          {
            "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              },
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              },
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "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": "dad93bcd-6e28-43e0-b263-ed1cdd3b02ac",
    "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": "93829b54-aa3a-403e-954c-697b777a4374",
    "buildingComponent": "sample string 15",
    "projectId": "fd3c865e-6f98-459a-8154-745ac54a020b",
    "project": "sample string 17",
    "blueprintFileId": "ff2f0e51-eb8e-4638-9e04-1ce2c050affc",
    "blueprintFile": {
      "id": "f22e449d-d9a7-4405-b0a1-cf53aa7ce1c0",
      "name": "sample string 2",
      "content": "sample string 3",
      "snapshot": "sample string 4"
    },
    "markers": [
      {
        "id": "2d4be4ea-e5e9-4ce2-aed1-a182816b81ae",
        "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": "7fa425c3-9d62-4c13-bc55-6e17afe1b4c6",
        "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": "1a806221-5f91-4f85-be39-8fe2774c2eeb",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "d7a4184a-4755-495a-9736-8072594cd1c8",
        "project": "sample string 15",
        "projectId": "8babc174-8f9a-4ce3-8457-3edb9e25f0cd",
        "qrLogAttributeXMarker": [
          {
            "id": "53374d55-145f-4f11-9a29-cc0222884a96",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d80d6efc-fdfe-443b-bd54-28048120ab9a",
            "markerId": "fca74453-bd7b-4e1d-a00b-7d9d5e4487da",
            "qrLogAttributeId": "408e4528-5acf-4ce6-a8cc-838483df59c5",
            "qrLogAttribute": {
              "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
              "code": "sample string 2",
              "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
              "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
              "qrLogAttributeClass": {
                "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  },
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                },
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "53374d55-145f-4f11-9a29-cc0222884a96",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d80d6efc-fdfe-443b-bd54-28048120ab9a",
            "markerId": "fca74453-bd7b-4e1d-a00b-7d9d5e4487da",
            "qrLogAttributeId": "408e4528-5acf-4ce6-a8cc-838483df59c5",
            "qrLogAttribute": {
              "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
              "code": "sample string 2",
              "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
              "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
              "qrLogAttributeClass": {
                "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  },
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                },
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "52a8f83c-ac2a-470e-b64e-f414fc1f4313",
            "markerId": "5748296d-a873-4740-be0e-a7f420c754c4",
            "solutionId": "94dbda82-f67f-4edb-b831-42bf0aed3f83",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                },
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              },
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              }
            ],
            "selectedProducts": [
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              },
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "52a8f83c-ac2a-470e-b64e-f414fc1f4313",
            "markerId": "5748296d-a873-4740-be0e-a7f420c754c4",
            "solutionId": "94dbda82-f67f-4edb-b831-42bf0aed3f83",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                },
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              },
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              }
            ],
            "selectedProducts": [
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              },
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          },
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          }
        ],
        "archivedReports": [
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          },
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          }
        ],
        "productSolutions": [
          {
            "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              },
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              },
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          }
        ]
      },
      {
        "id": "2d4be4ea-e5e9-4ce2-aed1-a182816b81ae",
        "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": "7fa425c3-9d62-4c13-bc55-6e17afe1b4c6",
        "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": "1a806221-5f91-4f85-be39-8fe2774c2eeb",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "d7a4184a-4755-495a-9736-8072594cd1c8",
        "project": "sample string 15",
        "projectId": "8babc174-8f9a-4ce3-8457-3edb9e25f0cd",
        "qrLogAttributeXMarker": [
          {
            "id": "53374d55-145f-4f11-9a29-cc0222884a96",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d80d6efc-fdfe-443b-bd54-28048120ab9a",
            "markerId": "fca74453-bd7b-4e1d-a00b-7d9d5e4487da",
            "qrLogAttributeId": "408e4528-5acf-4ce6-a8cc-838483df59c5",
            "qrLogAttribute": {
              "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
              "code": "sample string 2",
              "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
              "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
              "qrLogAttributeClass": {
                "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  },
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                },
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "53374d55-145f-4f11-9a29-cc0222884a96",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "d80d6efc-fdfe-443b-bd54-28048120ab9a",
            "markerId": "fca74453-bd7b-4e1d-a00b-7d9d5e4487da",
            "qrLogAttributeId": "408e4528-5acf-4ce6-a8cc-838483df59c5",
            "qrLogAttribute": {
              "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
              "code": "sample string 2",
              "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
              "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
              "qrLogAttributeClass": {
                "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  },
                  {
                    "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                },
                {
                  "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "52a8f83c-ac2a-470e-b64e-f414fc1f4313",
            "markerId": "5748296d-a873-4740-be0e-a7f420c754c4",
            "solutionId": "94dbda82-f67f-4edb-b831-42bf0aed3f83",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                },
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              },
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              }
            ],
            "selectedProducts": [
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              },
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "52a8f83c-ac2a-470e-b64e-f414fc1f4313",
            "markerId": "5748296d-a873-4740-be0e-a7f420c754c4",
            "solutionId": "94dbda82-f67f-4edb-b831-42bf0aed3f83",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                },
                {
                  "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                  "qrLogAttributeListValue": {
                    "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                    "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                    "qrLogAttribute": {
                      "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                      "code": "sample string 2",
                      "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                      "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                      "qrLogAttributeClass": {
                        "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                  "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      },
                      {
                        "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                        "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                        "translations": [
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          },
                          {
                            "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              },
              {
                "id": "70c7b2ff-d919-440a-8f22-2215389670d6",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2026-04-08T10:58:51.8256556Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "ab8998db-9b1b-4375-a370-0ddd6f251a60"
              }
            ],
            "selectedProducts": [
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              },
              {
                "id": "c6cd1869-6679-4dad-8af2-b3e71ba5aa6d",
                "markerXSolutionsId": "1bd88eb9-5aeb-4e35-8e3c-315deb8d1c6e",
                "productId": "b155173f-78b0-482f-8261-42189ca77588"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          },
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          }
        ],
        "archivedReports": [
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          },
          {
            "id": "f8d6e3ba-f147-4675-a279-76a89a2b0641",
            "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": "b31830e0-03b2-497e-af06-bd5090bf1b12"
          }
        ],
        "productSolutions": [
          {
            "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              },
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "83644596-e9dd-4c14-9b8f-c24cf86afa6d",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              },
              {
                "id": "85bd61b9-b8c7-4577-b64c-fdb9660783b4",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/85bd61b9-b8c7-4577-b64c-fdb9660783b4"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "edf983fa-050c-4396-a9ae-0ac1c4ba5706",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "c9607e9c-da51-4a09-a01d-67789fe4f3a0",
                "qrLogAttributeListValue": {
                  "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                  "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                  "qrLogAttribute": {
                    "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                    "code": "sample string 2",
                    "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                    "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                    "qrLogAttributeClass": {
                      "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ]
                },
                "markerXSolutionsId": "a08daa1c-8c4e-4a13-9fec-5b3a5afe5c26",
                "qrLogAttributeId": "1155ee91-98da-47cf-af90-b91ef5669d77",
                "qrLogAttribute": {
                  "id": "76a72ac5-7840-4a53-96fe-36493c99f2c3",
                  "code": "sample string 2",
                  "selectedValue": "494e1662-8582-49bc-bffb-2b11ff88d563",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "8c9e2116-221c-4f22-ad94-852a442dab43",
                  "sourceId": "170544ab-6da5-4ad5-91dc-9d74d48b29ed",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "910e8af2-f26c-4bef-ade9-cda50654285c",
                  "qrLogAttributeClass": {
                    "id": "372f9496-d7fe-4228-a21a-4a0cc6648886",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      },
                      {
                        "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    },
                    {
                      "id": "6fb0c2dc-c8a0-4439-87fd-2ebc537807f4",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "7a600364-ee0b-44dd-9f23-3a1da92d1c4f",
                      "qrLogAttributeListValueGlobalRefId": "f229474b-d0e9-4edc-91e7-1265f7cc6ce8",
                      "translations": [
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        },
                        {
                          "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    },
                    {
                      "id": "4c870d99-1a89-4f6b-a67f-d0ffd18ad840",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "8dc5606d-4b76-4478-a069-feefbf65d1ec"
                    }
                  ],
                  "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
  }
]