GET api/Todo

Request Information

URI Parameters

None.

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": "fa0e95bb-cc61-40e5-aea3-644d1f7b34bc",
    "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": "88dc5993-1d68-4cb8-91a1-961a2c36ae61",
    "buildingComponent": "sample string 15",
    "projectId": "0d673213-c891-42ad-87f6-b691ad09aa19",
    "project": "sample string 17",
    "blueprintFileId": "91ec5ba2-2c41-41bd-bbfa-f6ea125e2e09",
    "blueprintFile": {
      "id": "07f65ce3-b7a8-49c9-9bb1-ef0d68f83980",
      "name": "sample string 2",
      "content": "sample string 3",
      "snapshot": "sample string 4"
    },
    "markers": [
      {
        "id": "7ba42542-76fc-4b1f-981f-da7adca03ae8",
        "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": "76575103-1278-456b-904e-03442a864a47",
        "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": "f6ccbda5-38b7-46a2-85a0-9888713e9870",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "4d87fe4a-5dc1-471b-bb80-a6c151081afd",
        "project": "sample string 15",
        "projectId": "ea5b27b0-2ec7-4a3e-a857-996149e83071",
        "qrLogAttributeXMarker": [
          {
            "id": "02ae8f4d-22a9-48ed-bc6b-b41dda36297d",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "021399a4-591a-45ed-8f6f-6f105be3daa3",
            "markerId": "6ed3bccd-4a9f-4170-b1f2-3ad563a6edf6",
            "qrLogAttributeId": "4a570c8a-1479-46d8-8606-0c3a254d991a",
            "qrLogAttribute": {
              "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
              "code": "sample string 2",
              "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
              "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
              "qrLogAttributeClass": {
                "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  },
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                },
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "02ae8f4d-22a9-48ed-bc6b-b41dda36297d",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "021399a4-591a-45ed-8f6f-6f105be3daa3",
            "markerId": "6ed3bccd-4a9f-4170-b1f2-3ad563a6edf6",
            "qrLogAttributeId": "4a570c8a-1479-46d8-8606-0c3a254d991a",
            "qrLogAttribute": {
              "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
              "code": "sample string 2",
              "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
              "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
              "qrLogAttributeClass": {
                "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  },
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                },
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "532088b8-b8c5-44df-9361-f275a7a67fad",
            "markerId": "f02b056c-9bde-49fb-a4f6-d4149a8cd355",
            "solutionId": "db9cdfe5-67c8-478b-8d2d-b81b0c35a315",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                },
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              },
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              }
            ],
            "selectedProducts": [
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              },
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "532088b8-b8c5-44df-9361-f275a7a67fad",
            "markerId": "f02b056c-9bde-49fb-a4f6-d4149a8cd355",
            "solutionId": "db9cdfe5-67c8-478b-8d2d-b81b0c35a315",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                },
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              },
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              }
            ],
            "selectedProducts": [
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              },
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          },
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          }
        ],
        "archivedReports": [
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          },
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          }
        ],
        "productSolutions": [
          {
            "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              },
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              },
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          }
        ]
      },
      {
        "id": "7ba42542-76fc-4b1f-981f-da7adca03ae8",
        "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": "76575103-1278-456b-904e-03442a864a47",
        "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": "f6ccbda5-38b7-46a2-85a0-9888713e9870",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "4d87fe4a-5dc1-471b-bb80-a6c151081afd",
        "project": "sample string 15",
        "projectId": "ea5b27b0-2ec7-4a3e-a857-996149e83071",
        "qrLogAttributeXMarker": [
          {
            "id": "02ae8f4d-22a9-48ed-bc6b-b41dda36297d",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "021399a4-591a-45ed-8f6f-6f105be3daa3",
            "markerId": "6ed3bccd-4a9f-4170-b1f2-3ad563a6edf6",
            "qrLogAttributeId": "4a570c8a-1479-46d8-8606-0c3a254d991a",
            "qrLogAttribute": {
              "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
              "code": "sample string 2",
              "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
              "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
              "qrLogAttributeClass": {
                "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  },
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                },
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "02ae8f4d-22a9-48ed-bc6b-b41dda36297d",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "021399a4-591a-45ed-8f6f-6f105be3daa3",
            "markerId": "6ed3bccd-4a9f-4170-b1f2-3ad563a6edf6",
            "qrLogAttributeId": "4a570c8a-1479-46d8-8606-0c3a254d991a",
            "qrLogAttribute": {
              "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
              "code": "sample string 2",
              "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
              "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
              "qrLogAttributeClass": {
                "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  },
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                },
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "532088b8-b8c5-44df-9361-f275a7a67fad",
            "markerId": "f02b056c-9bde-49fb-a4f6-d4149a8cd355",
            "solutionId": "db9cdfe5-67c8-478b-8d2d-b81b0c35a315",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                },
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              },
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              }
            ],
            "selectedProducts": [
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              },
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "532088b8-b8c5-44df-9361-f275a7a67fad",
            "markerId": "f02b056c-9bde-49fb-a4f6-d4149a8cd355",
            "solutionId": "db9cdfe5-67c8-478b-8d2d-b81b0c35a315",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                },
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              },
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              }
            ],
            "selectedProducts": [
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              },
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          },
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          }
        ],
        "archivedReports": [
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          },
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          }
        ],
        "productSolutions": [
          {
            "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              },
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              },
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "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": "fa0e95bb-cc61-40e5-aea3-644d1f7b34bc",
    "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": "88dc5993-1d68-4cb8-91a1-961a2c36ae61",
    "buildingComponent": "sample string 15",
    "projectId": "0d673213-c891-42ad-87f6-b691ad09aa19",
    "project": "sample string 17",
    "blueprintFileId": "91ec5ba2-2c41-41bd-bbfa-f6ea125e2e09",
    "blueprintFile": {
      "id": "07f65ce3-b7a8-49c9-9bb1-ef0d68f83980",
      "name": "sample string 2",
      "content": "sample string 3",
      "snapshot": "sample string 4"
    },
    "markers": [
      {
        "id": "7ba42542-76fc-4b1f-981f-da7adca03ae8",
        "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": "76575103-1278-456b-904e-03442a864a47",
        "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": "f6ccbda5-38b7-46a2-85a0-9888713e9870",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "4d87fe4a-5dc1-471b-bb80-a6c151081afd",
        "project": "sample string 15",
        "projectId": "ea5b27b0-2ec7-4a3e-a857-996149e83071",
        "qrLogAttributeXMarker": [
          {
            "id": "02ae8f4d-22a9-48ed-bc6b-b41dda36297d",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "021399a4-591a-45ed-8f6f-6f105be3daa3",
            "markerId": "6ed3bccd-4a9f-4170-b1f2-3ad563a6edf6",
            "qrLogAttributeId": "4a570c8a-1479-46d8-8606-0c3a254d991a",
            "qrLogAttribute": {
              "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
              "code": "sample string 2",
              "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
              "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
              "qrLogAttributeClass": {
                "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  },
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                },
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "02ae8f4d-22a9-48ed-bc6b-b41dda36297d",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "021399a4-591a-45ed-8f6f-6f105be3daa3",
            "markerId": "6ed3bccd-4a9f-4170-b1f2-3ad563a6edf6",
            "qrLogAttributeId": "4a570c8a-1479-46d8-8606-0c3a254d991a",
            "qrLogAttribute": {
              "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
              "code": "sample string 2",
              "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
              "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
              "qrLogAttributeClass": {
                "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  },
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                },
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "532088b8-b8c5-44df-9361-f275a7a67fad",
            "markerId": "f02b056c-9bde-49fb-a4f6-d4149a8cd355",
            "solutionId": "db9cdfe5-67c8-478b-8d2d-b81b0c35a315",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                },
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              },
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              }
            ],
            "selectedProducts": [
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              },
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "532088b8-b8c5-44df-9361-f275a7a67fad",
            "markerId": "f02b056c-9bde-49fb-a4f6-d4149a8cd355",
            "solutionId": "db9cdfe5-67c8-478b-8d2d-b81b0c35a315",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                },
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              },
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              }
            ],
            "selectedProducts": [
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              },
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          },
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          }
        ],
        "archivedReports": [
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          },
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          }
        ],
        "productSolutions": [
          {
            "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              },
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              },
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          }
        ]
      },
      {
        "id": "7ba42542-76fc-4b1f-981f-da7adca03ae8",
        "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": "76575103-1278-456b-904e-03442a864a47",
        "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": "f6ccbda5-38b7-46a2-85a0-9888713e9870",
        "blueprint": "sample string 12",
        "buildingComponent": "sample string 13",
        "buildingComponentId": "4d87fe4a-5dc1-471b-bb80-a6c151081afd",
        "project": "sample string 15",
        "projectId": "ea5b27b0-2ec7-4a3e-a857-996149e83071",
        "qrLogAttributeXMarker": [
          {
            "id": "02ae8f4d-22a9-48ed-bc6b-b41dda36297d",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "021399a4-591a-45ed-8f6f-6f105be3daa3",
            "markerId": "6ed3bccd-4a9f-4170-b1f2-3ad563a6edf6",
            "qrLogAttributeId": "4a570c8a-1479-46d8-8606-0c3a254d991a",
            "qrLogAttribute": {
              "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
              "code": "sample string 2",
              "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
              "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
              "qrLogAttributeClass": {
                "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  },
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                },
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "02ae8f4d-22a9-48ed-bc6b-b41dda36297d",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "021399a4-591a-45ed-8f6f-6f105be3daa3",
            "markerId": "6ed3bccd-4a9f-4170-b1f2-3ad563a6edf6",
            "qrLogAttributeId": "4a570c8a-1479-46d8-8606-0c3a254d991a",
            "qrLogAttribute": {
              "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
              "code": "sample string 2",
              "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
              "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
              "qrLogAttributeClass": {
                "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  },
                  {
                    "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                },
                {
                  "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "markerXSolutions": [
          {
            "id": "532088b8-b8c5-44df-9361-f275a7a67fad",
            "markerId": "f02b056c-9bde-49fb-a4f6-d4149a8cd355",
            "solutionId": "db9cdfe5-67c8-478b-8d2d-b81b0c35a315",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                },
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              },
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              }
            ],
            "selectedProducts": [
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              },
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          },
          {
            "id": "532088b8-b8c5-44df-9361-f275a7a67fad",
            "markerId": "f02b056c-9bde-49fb-a4f6-d4149a8cd355",
            "solutionId": "db9cdfe5-67c8-478b-8d2d-b81b0c35a315",
            "amount": 3,
            "diameter": 4,
            "unit": "sample string 5",
            "width": 6,
            "height": 7,
            "length": 8,
            "comments": "sample string 9",
            "createdTs": "sample string 10",
            "solution": {
              "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
              "name": "sample string 2",
              "isSolution": true,
              "customerId": 4,
              "published": true,
              "image": "sample string 6",
              "isPIM": true,
              "count": 8,
              "products": [],
              "productAttachments": [
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                },
                {
                  "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                  "name": "sample string 2",
                  "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
                }
              ],
              "qRLogAttributeXSolutionViewModels": [
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                },
                {
                  "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                  "value": "sample string 2",
                  "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                  "qrLogAttributeListValue": {
                    "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                    "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                    "qrLogAttribute": {
                      "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                      "code": "sample string 2",
                      "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                      "value": "sample string 4",
                      "customerId": 1,
                      "visible": true,
                      "index": 1,
                      "required": true,
                      "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                      "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                      "canDelete": true,
                      "codeFallback": "sample string 3",
                      "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                      "qrLogAttributeClass": {
                        "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                        "code": "sample string 2",
                        "name": "sample string 3",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      "qrLogAttributeListValue": [],
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ],
                      "isOriginatedByPim": true
                    },
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                  "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      },
                      {
                        "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                        "description": "sample string 2",
                        "customerId": 1,
                        "isActive": true,
                        "canDelete": true,
                        "descriptionFallback": "sample string 3",
                        "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                        "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                        "translations": [
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          },
                          {
                            "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                          }
                        ]
                      }
                    ],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  }
                }
              ]
            },
            "qrLogAttributeXMarkerXSolutions": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ],
            "attachments": [
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              },
              {
                "id": "59e67c80-8260-451a-8fb0-1064a8047a2f",
                "name": "sample string 2",
                "content": "sample string 3",
                "createdTs": "2025-04-04T00:34:54.3997617Z",
                "createdBy": "sample string 5",
                "approved": true,
                "markerXSolutionsId": "5fa9a0f5-59f9-4f01-a77b-573df0f3214d"
              }
            ],
            "selectedProducts": [
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              },
              {
                "id": "7dfd93db-bcde-4025-89cf-0ed0b7011175",
                "markerXSolutionsId": "14f8639a-aea3-4115-8d9e-695b3cceafa0",
                "productId": "1fc194ae-243d-4946-b38c-45412bb0ba4a"
              }
            ],
            "dimensionDialog": true,
            "attributesDialog": true,
            "isApproved": 2
          }
        ],
        "reports": [
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          },
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          }
        ],
        "archivedReports": [
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          },
          {
            "id": "8e6b9bfe-2add-4c3b-95a2-cf40321b1ba7",
            "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": "425e5170-83a2-4fca-bfc2-b0b2590b0bdc"
          }
        ],
        "productSolutions": [
          {
            "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              },
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          {
            "id": "4acbc07d-0772-42b3-82e6-80dcc0714920",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              },
              {
                "id": "8cdfe9e9-4821-425b-aaeb-364392a3afd6",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/8cdfe9e9-4821-425b-aaeb-364392a3afd6"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "274cf1a4-47cb-49e7-8220-e5b8db53fdc3",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2a28112b-1414-4544-bd21-681c1dc93c3c",
                "qrLogAttributeListValue": {
                  "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                  "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                  "qrLogAttribute": {
                    "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                    "code": "sample string 2",
                    "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                    "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                    "qrLogAttributeClass": {
                      "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ]
                },
                "markerXSolutionsId": "92295a87-4369-482d-83bc-29df7b2f0893",
                "qrLogAttributeId": "6205476f-9e50-429b-96dd-b42bf0ee9e7a",
                "qrLogAttribute": {
                  "id": "0f47d5fb-c577-4002-b624-42a0e17a97f2",
                  "code": "sample string 2",
                  "selectedValue": "285fdc44-cfa8-4a4e-9492-f1efd7cbaf8e",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "46b0587e-693c-42f3-a6e2-5c1d2b45b1f1",
                  "sourceId": "27610580-01fc-442d-98e8-c79279b69f2d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "c4989dea-3818-42e9-9dce-29ccff9910c7",
                  "qrLogAttributeClass": {
                    "id": "60c0a134-fb6f-44f9-bac7-1106dd5fd30e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      },
                      {
                        "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    },
                    {
                      "id": "2a335f46-eb6d-4276-b3a0-7e2c183c1a8a",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "c2d90319-dcac-4026-b7df-cad04158ccac",
                      "qrLogAttributeListValueGlobalRefId": "0e19859c-a0ec-4afb-9153-dc3edb01e6a4",
                      "translations": [
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        },
                        {
                          "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    },
                    {
                      "id": "31e3b935-f79d-4ba9-8468-9402ce5eaff3",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "1ffb7a8f-47ee-4bee-a5a1-4b79568c2b04"
                    }
                  ],
                  "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
  }
]