GET api/MarkersByBlueprintId/{blueprintId}?languageCode={languageCode}&light={light}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
blueprintId

globally unique identifier

Required

languageCode

string

Required

light

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Collection of MarkerViewModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Number

integer

None.

Label

string

None.

CoordX

decimal number

None.

CoordY

decimal number

None.

CoordX2

decimal number

None.

CoordY2

decimal number

None.

CreatedTs

string

None.

ModifiedTs

string

None.

Date

string

None.

CustomerId

integer

None.

Assigned

boolean

None.

QRId

globally unique identifier

None.

Comments

string

None.

Status

string

None.

ManualStatus

integer

None.

IsApproved

integer

None.

InstallerId

integer

None.

Installer

InstallerViewModel

None.

BlueprintId

globally unique identifier

None.

Blueprint

string

None.

BuildingComponent

string

None.

BuildingComponentId

globally unique identifier

None.

Project

string

None.

ProjectId

globally unique identifier

None.

QRLogAttributeXMarker

Collection of QRLogAttributeXMarkerViewModel

None.

MarkerXSolutions

Collection of MarkerXSolutionsViewModel

None.

Reports

Collection of ReportViewModel

None.

ArchivedReports

Collection of ReportViewModel

None.

ProductSolutions

Collection of ProductSolutionViewModel

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "d5484646-764c-4083-bf69-58e5de499a66",
    "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": "1860403c-b906-4643-93b0-bb448fcbe1b2",
    "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": "f2aa6d5d-82b2-415e-b051-96422adfbba7",
    "blueprint": "sample string 12",
    "buildingComponent": "sample string 13",
    "buildingComponentId": "0b56a37b-016d-4e0f-9833-1259b50423f9",
    "project": "sample string 15",
    "projectId": "f32925cc-7d6c-4b2c-9104-f080ab9f8b37",
    "qrLogAttributeXMarker": [
      {
        "id": "3f5597ce-c9d1-41ba-8e8d-6eee9b5c7bde",
        "value": "sample string 2",
        "qrLogAttributeListValueId": "0ca60feb-318d-41a3-9283-cd85008f0f05",
        "markerId": "de3ec794-f5d5-4ec7-a6f6-6af4b2ef6b3f",
        "qrLogAttributeId": "cd08c303-9014-4240-ae92-f6cba32b3a3f",
        "qrLogAttribute": {
          "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
          "code": "sample string 2",
          "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
          "value": "sample string 4",
          "customerId": 1,
          "visible": true,
          "index": 1,
          "required": true,
          "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
          "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
          "canDelete": true,
          "codeFallback": "sample string 3",
          "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
          "qrLogAttributeClass": {
            "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
            "code": "sample string 2",
            "name": "sample string 3",
            "translations": [
              {
                "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
              },
              {
                "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
              }
            ]
          },
          "qrLogAttributeListValue": [
            {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            }
          ],
          "translations": [
            {
              "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
              "languageCode": "sample string 2",
              "languageTranslation": "sample string 3",
              "property": "sample string 4",
              "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
            },
            {
              "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
              "languageCode": "sample string 2",
              "languageTranslation": "sample string 3",
              "property": "sample string 4",
              "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
            }
          ],
          "isOriginatedByPim": true
        }
      },
      {
        "id": "3f5597ce-c9d1-41ba-8e8d-6eee9b5c7bde",
        "value": "sample string 2",
        "qrLogAttributeListValueId": "0ca60feb-318d-41a3-9283-cd85008f0f05",
        "markerId": "de3ec794-f5d5-4ec7-a6f6-6af4b2ef6b3f",
        "qrLogAttributeId": "cd08c303-9014-4240-ae92-f6cba32b3a3f",
        "qrLogAttribute": {
          "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
          "code": "sample string 2",
          "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
          "value": "sample string 4",
          "customerId": 1,
          "visible": true,
          "index": 1,
          "required": true,
          "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
          "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
          "canDelete": true,
          "codeFallback": "sample string 3",
          "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
          "qrLogAttributeClass": {
            "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
            "code": "sample string 2",
            "name": "sample string 3",
            "translations": [
              {
                "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
              },
              {
                "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
              }
            ]
          },
          "qrLogAttributeListValue": [
            {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            }
          ],
          "translations": [
            {
              "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
              "languageCode": "sample string 2",
              "languageTranslation": "sample string 3",
              "property": "sample string 4",
              "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
            },
            {
              "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
              "languageCode": "sample string 2",
              "languageTranslation": "sample string 3",
              "property": "sample string 4",
              "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
            }
          ],
          "isOriginatedByPim": true
        }
      }
    ],
    "markerXSolutions": [
      {
        "id": "486fb7c4-65e8-46cd-b857-09c727cc1a34",
        "markerId": "10b20067-7344-4e8b-94d4-65cb15960191",
        "solutionId": "b53c2397-417f-4cfe-a592-c8397ee64c54",
        "amount": 3,
        "diameter": 4,
        "unit": "sample string 5",
        "width": 6,
        "height": 7,
        "length": 8,
        "comments": "sample string 9",
        "createdTs": "sample string 10",
        "solution": {
          "id": "31f9d5b2-044b-4d1b-b2b6-150e6755a958",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
            },
            {
              "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
              "qrLogAttributeListValue": {
                "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                "qrLogAttribute": {
                  "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                  "code": "sample string 2",
                  "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                  "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                  "qrLogAttributeClass": {
                    "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
              "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
              "qrLogAttributeListValue": {
                "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                "qrLogAttribute": {
                  "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                  "code": "sample string 2",
                  "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                  "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                  "qrLogAttributeClass": {
                    "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
              "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        },
        "qrLogAttributeXMarkerXSolutions": [
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "attachments": [
          {
            "id": "7fc4c896-6de1-4b76-817a-6ed90860ff27",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-12-18T22:42:28.4521703Z",
            "createdBy": "sample string 5",
            "approved": true,
            "markerXSolutionsId": "1d64abff-bb3b-4737-b848-97e0ed8738a8"
          },
          {
            "id": "7fc4c896-6de1-4b76-817a-6ed90860ff27",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-12-18T22:42:28.4521703Z",
            "createdBy": "sample string 5",
            "approved": true,
            "markerXSolutionsId": "1d64abff-bb3b-4737-b848-97e0ed8738a8"
          }
        ],
        "selectedProducts": [
          {
            "id": "d9942465-5029-40ef-a493-1b0b29d2b809",
            "markerXSolutionsId": "6b906b3e-4b29-4e03-9598-b992f050f902",
            "productId": "ed3d386a-2285-4ced-8b73-a127e8de4bb8"
          },
          {
            "id": "d9942465-5029-40ef-a493-1b0b29d2b809",
            "markerXSolutionsId": "6b906b3e-4b29-4e03-9598-b992f050f902",
            "productId": "ed3d386a-2285-4ced-8b73-a127e8de4bb8"
          }
        ],
        "dimensionDialog": true,
        "attributesDialog": true,
        "isApproved": 2
      },
      {
        "id": "486fb7c4-65e8-46cd-b857-09c727cc1a34",
        "markerId": "10b20067-7344-4e8b-94d4-65cb15960191",
        "solutionId": "b53c2397-417f-4cfe-a592-c8397ee64c54",
        "amount": 3,
        "diameter": 4,
        "unit": "sample string 5",
        "width": 6,
        "height": 7,
        "length": 8,
        "comments": "sample string 9",
        "createdTs": "sample string 10",
        "solution": {
          "id": "31f9d5b2-044b-4d1b-b2b6-150e6755a958",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
            },
            {
              "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
              "qrLogAttributeListValue": {
                "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                "qrLogAttribute": {
                  "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                  "code": "sample string 2",
                  "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                  "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                  "qrLogAttributeClass": {
                    "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
              "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
              "qrLogAttributeListValue": {
                "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                "qrLogAttribute": {
                  "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                  "code": "sample string 2",
                  "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                  "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                  "qrLogAttributeClass": {
                    "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
              "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        },
        "qrLogAttributeXMarkerXSolutions": [
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "attachments": [
          {
            "id": "7fc4c896-6de1-4b76-817a-6ed90860ff27",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-12-18T22:42:28.4521703Z",
            "createdBy": "sample string 5",
            "approved": true,
            "markerXSolutionsId": "1d64abff-bb3b-4737-b848-97e0ed8738a8"
          },
          {
            "id": "7fc4c896-6de1-4b76-817a-6ed90860ff27",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-12-18T22:42:28.4521703Z",
            "createdBy": "sample string 5",
            "approved": true,
            "markerXSolutionsId": "1d64abff-bb3b-4737-b848-97e0ed8738a8"
          }
        ],
        "selectedProducts": [
          {
            "id": "d9942465-5029-40ef-a493-1b0b29d2b809",
            "markerXSolutionsId": "6b906b3e-4b29-4e03-9598-b992f050f902",
            "productId": "ed3d386a-2285-4ced-8b73-a127e8de4bb8"
          },
          {
            "id": "d9942465-5029-40ef-a493-1b0b29d2b809",
            "markerXSolutionsId": "6b906b3e-4b29-4e03-9598-b992f050f902",
            "productId": "ed3d386a-2285-4ced-8b73-a127e8de4bb8"
          }
        ],
        "dimensionDialog": true,
        "attributesDialog": true,
        "isApproved": 2
      }
    ],
    "reports": [
      {
        "id": "b220f402-6c2e-4244-953c-c805f8ce8794",
        "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": "e843ed9a-9f24-4bee-a40b-410584796450"
      },
      {
        "id": "b220f402-6c2e-4244-953c-c805f8ce8794",
        "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": "e843ed9a-9f24-4bee-a40b-410584796450"
      }
    ],
    "archivedReports": [
      {
        "id": "b220f402-6c2e-4244-953c-c805f8ce8794",
        "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": "e843ed9a-9f24-4bee-a40b-410584796450"
      },
      {
        "id": "b220f402-6c2e-4244-953c-c805f8ce8794",
        "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": "e843ed9a-9f24-4bee-a40b-410584796450"
      }
    ],
    "productSolutions": [
      {
        "id": "31f9d5b2-044b-4d1b-b2b6-150e6755a958",
        "name": "sample string 2",
        "isSolution": true,
        "customerId": 4,
        "published": true,
        "image": "sample string 6",
        "isPIM": true,
        "count": 8,
        "products": [],
        "productAttachments": [
          {
            "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
            "name": "sample string 2",
            "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
          },
          {
            "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
            "name": "sample string 2",
            "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
          }
        ],
        "qRLogAttributeXSolutionViewModels": [
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ]
      },
      {
        "id": "31f9d5b2-044b-4d1b-b2b6-150e6755a958",
        "name": "sample string 2",
        "isSolution": true,
        "customerId": 4,
        "published": true,
        "image": "sample string 6",
        "isPIM": true,
        "count": 8,
        "products": [],
        "productAttachments": [
          {
            "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
            "name": "sample string 2",
            "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
          },
          {
            "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
            "name": "sample string 2",
            "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
          }
        ],
        "qRLogAttributeXSolutionViewModels": [
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ]
      }
    ]
  },
  {
    "id": "d5484646-764c-4083-bf69-58e5de499a66",
    "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": "1860403c-b906-4643-93b0-bb448fcbe1b2",
    "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": "f2aa6d5d-82b2-415e-b051-96422adfbba7",
    "blueprint": "sample string 12",
    "buildingComponent": "sample string 13",
    "buildingComponentId": "0b56a37b-016d-4e0f-9833-1259b50423f9",
    "project": "sample string 15",
    "projectId": "f32925cc-7d6c-4b2c-9104-f080ab9f8b37",
    "qrLogAttributeXMarker": [
      {
        "id": "3f5597ce-c9d1-41ba-8e8d-6eee9b5c7bde",
        "value": "sample string 2",
        "qrLogAttributeListValueId": "0ca60feb-318d-41a3-9283-cd85008f0f05",
        "markerId": "de3ec794-f5d5-4ec7-a6f6-6af4b2ef6b3f",
        "qrLogAttributeId": "cd08c303-9014-4240-ae92-f6cba32b3a3f",
        "qrLogAttribute": {
          "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
          "code": "sample string 2",
          "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
          "value": "sample string 4",
          "customerId": 1,
          "visible": true,
          "index": 1,
          "required": true,
          "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
          "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
          "canDelete": true,
          "codeFallback": "sample string 3",
          "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
          "qrLogAttributeClass": {
            "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
            "code": "sample string 2",
            "name": "sample string 3",
            "translations": [
              {
                "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
              },
              {
                "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
              }
            ]
          },
          "qrLogAttributeListValue": [
            {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            }
          ],
          "translations": [
            {
              "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
              "languageCode": "sample string 2",
              "languageTranslation": "sample string 3",
              "property": "sample string 4",
              "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
            },
            {
              "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
              "languageCode": "sample string 2",
              "languageTranslation": "sample string 3",
              "property": "sample string 4",
              "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
            }
          ],
          "isOriginatedByPim": true
        }
      },
      {
        "id": "3f5597ce-c9d1-41ba-8e8d-6eee9b5c7bde",
        "value": "sample string 2",
        "qrLogAttributeListValueId": "0ca60feb-318d-41a3-9283-cd85008f0f05",
        "markerId": "de3ec794-f5d5-4ec7-a6f6-6af4b2ef6b3f",
        "qrLogAttributeId": "cd08c303-9014-4240-ae92-f6cba32b3a3f",
        "qrLogAttribute": {
          "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
          "code": "sample string 2",
          "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
          "value": "sample string 4",
          "customerId": 1,
          "visible": true,
          "index": 1,
          "required": true,
          "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
          "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
          "canDelete": true,
          "codeFallback": "sample string 3",
          "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
          "qrLogAttributeClass": {
            "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
            "code": "sample string 2",
            "name": "sample string 3",
            "translations": [
              {
                "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
              },
              {
                "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
              }
            ]
          },
          "qrLogAttributeListValue": [
            {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            }
          ],
          "translations": [
            {
              "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
              "languageCode": "sample string 2",
              "languageTranslation": "sample string 3",
              "property": "sample string 4",
              "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
            },
            {
              "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
              "languageCode": "sample string 2",
              "languageTranslation": "sample string 3",
              "property": "sample string 4",
              "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
            }
          ],
          "isOriginatedByPim": true
        }
      }
    ],
    "markerXSolutions": [
      {
        "id": "486fb7c4-65e8-46cd-b857-09c727cc1a34",
        "markerId": "10b20067-7344-4e8b-94d4-65cb15960191",
        "solutionId": "b53c2397-417f-4cfe-a592-c8397ee64c54",
        "amount": 3,
        "diameter": 4,
        "unit": "sample string 5",
        "width": 6,
        "height": 7,
        "length": 8,
        "comments": "sample string 9",
        "createdTs": "sample string 10",
        "solution": {
          "id": "31f9d5b2-044b-4d1b-b2b6-150e6755a958",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
            },
            {
              "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
              "qrLogAttributeListValue": {
                "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                "qrLogAttribute": {
                  "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                  "code": "sample string 2",
                  "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                  "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                  "qrLogAttributeClass": {
                    "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
              "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
              "qrLogAttributeListValue": {
                "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                "qrLogAttribute": {
                  "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                  "code": "sample string 2",
                  "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                  "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                  "qrLogAttributeClass": {
                    "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
              "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        },
        "qrLogAttributeXMarkerXSolutions": [
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "attachments": [
          {
            "id": "7fc4c896-6de1-4b76-817a-6ed90860ff27",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-12-18T22:42:28.4521703Z",
            "createdBy": "sample string 5",
            "approved": true,
            "markerXSolutionsId": "1d64abff-bb3b-4737-b848-97e0ed8738a8"
          },
          {
            "id": "7fc4c896-6de1-4b76-817a-6ed90860ff27",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-12-18T22:42:28.4521703Z",
            "createdBy": "sample string 5",
            "approved": true,
            "markerXSolutionsId": "1d64abff-bb3b-4737-b848-97e0ed8738a8"
          }
        ],
        "selectedProducts": [
          {
            "id": "d9942465-5029-40ef-a493-1b0b29d2b809",
            "markerXSolutionsId": "6b906b3e-4b29-4e03-9598-b992f050f902",
            "productId": "ed3d386a-2285-4ced-8b73-a127e8de4bb8"
          },
          {
            "id": "d9942465-5029-40ef-a493-1b0b29d2b809",
            "markerXSolutionsId": "6b906b3e-4b29-4e03-9598-b992f050f902",
            "productId": "ed3d386a-2285-4ced-8b73-a127e8de4bb8"
          }
        ],
        "dimensionDialog": true,
        "attributesDialog": true,
        "isApproved": 2
      },
      {
        "id": "486fb7c4-65e8-46cd-b857-09c727cc1a34",
        "markerId": "10b20067-7344-4e8b-94d4-65cb15960191",
        "solutionId": "b53c2397-417f-4cfe-a592-c8397ee64c54",
        "amount": 3,
        "diameter": 4,
        "unit": "sample string 5",
        "width": 6,
        "height": 7,
        "length": 8,
        "comments": "sample string 9",
        "createdTs": "sample string 10",
        "solution": {
          "id": "31f9d5b2-044b-4d1b-b2b6-150e6755a958",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
            },
            {
              "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
              "qrLogAttributeListValue": {
                "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                "qrLogAttribute": {
                  "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                  "code": "sample string 2",
                  "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                  "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                  "qrLogAttributeClass": {
                    "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
              "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
              "qrLogAttributeListValue": {
                "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                "qrLogAttribute": {
                  "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                  "code": "sample string 2",
                  "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                  "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                  "qrLogAttributeClass": {
                    "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
              "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  },
                  {
                    "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                    "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                    "translations": [
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      },
                      {
                        "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        },
        "qrLogAttributeXMarkerXSolutions": [
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ],
        "attachments": [
          {
            "id": "7fc4c896-6de1-4b76-817a-6ed90860ff27",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-12-18T22:42:28.4521703Z",
            "createdBy": "sample string 5",
            "approved": true,
            "markerXSolutionsId": "1d64abff-bb3b-4737-b848-97e0ed8738a8"
          },
          {
            "id": "7fc4c896-6de1-4b76-817a-6ed90860ff27",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-12-18T22:42:28.4521703Z",
            "createdBy": "sample string 5",
            "approved": true,
            "markerXSolutionsId": "1d64abff-bb3b-4737-b848-97e0ed8738a8"
          }
        ],
        "selectedProducts": [
          {
            "id": "d9942465-5029-40ef-a493-1b0b29d2b809",
            "markerXSolutionsId": "6b906b3e-4b29-4e03-9598-b992f050f902",
            "productId": "ed3d386a-2285-4ced-8b73-a127e8de4bb8"
          },
          {
            "id": "d9942465-5029-40ef-a493-1b0b29d2b809",
            "markerXSolutionsId": "6b906b3e-4b29-4e03-9598-b992f050f902",
            "productId": "ed3d386a-2285-4ced-8b73-a127e8de4bb8"
          }
        ],
        "dimensionDialog": true,
        "attributesDialog": true,
        "isApproved": 2
      }
    ],
    "reports": [
      {
        "id": "b220f402-6c2e-4244-953c-c805f8ce8794",
        "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": "e843ed9a-9f24-4bee-a40b-410584796450"
      },
      {
        "id": "b220f402-6c2e-4244-953c-c805f8ce8794",
        "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": "e843ed9a-9f24-4bee-a40b-410584796450"
      }
    ],
    "archivedReports": [
      {
        "id": "b220f402-6c2e-4244-953c-c805f8ce8794",
        "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": "e843ed9a-9f24-4bee-a40b-410584796450"
      },
      {
        "id": "b220f402-6c2e-4244-953c-c805f8ce8794",
        "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": "e843ed9a-9f24-4bee-a40b-410584796450"
      }
    ],
    "productSolutions": [
      {
        "id": "31f9d5b2-044b-4d1b-b2b6-150e6755a958",
        "name": "sample string 2",
        "isSolution": true,
        "customerId": 4,
        "published": true,
        "image": "sample string 6",
        "isPIM": true,
        "count": 8,
        "products": [],
        "productAttachments": [
          {
            "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
            "name": "sample string 2",
            "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
          },
          {
            "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
            "name": "sample string 2",
            "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
          }
        ],
        "qRLogAttributeXSolutionViewModels": [
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ]
      },
      {
        "id": "31f9d5b2-044b-4d1b-b2b6-150e6755a958",
        "name": "sample string 2",
        "isSolution": true,
        "customerId": 4,
        "published": true,
        "image": "sample string 6",
        "isPIM": true,
        "count": 8,
        "products": [],
        "productAttachments": [
          {
            "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
            "name": "sample string 2",
            "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
          },
          {
            "id": "d8e94e29-ff49-4795-95be-55f03440d4c9",
            "name": "sample string 2",
            "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/d8e94e29-ff49-4795-95be-55f03440d4c9"
          }
        ],
        "qRLogAttributeXSolutionViewModels": [
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          },
          {
            "id": "bc7c377f-630c-45c0-b4e1-dd56967aa04a",
            "value": "sample string 2",
            "qrLogAttributeListValueId": "e10cef25-5bb3-4e4c-bdea-7c5ce6ce5d47",
            "qrLogAttributeListValue": {
              "id": "79971501-b071-439e-a0df-eba01da7fb9e",
              "description": "sample string 2",
              "customerId": 1,
              "isActive": true,
              "canDelete": true,
              "descriptionFallback": "sample string 3",
              "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
              "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
              "qrLogAttribute": {
                "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
                "code": "sample string 2",
                "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
                "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
                "qrLogAttributeClass": {
                  "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                "qrLogAttributeListValue": [],
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ],
                "isOriginatedByPim": true
              },
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ]
            },
            "markerXSolutionsId": "b976ef56-43d0-412a-b603-7bccf6b95ba7",
            "qrLogAttributeId": "788c34c8-10b1-4425-8e0a-c72fcafd7578",
            "qrLogAttribute": {
              "id": "d97e3b54-700f-419b-aa7b-104a4b57013b",
              "code": "sample string 2",
              "selectedValue": "f5b89437-35f8-4c93-8b7a-a157cfb8d963",
              "value": "sample string 4",
              "customerId": 1,
              "visible": true,
              "index": 1,
              "required": true,
              "qrLogAttributeGlobalRefId": "99cfb521-c081-4bfe-80e0-63bde8e37eea",
              "sourceId": "1e4fd0a8-270d-43f3-aba7-5068339601e2",
              "canDelete": true,
              "codeFallback": "sample string 3",
              "qrLogAttributeClassId": "b6da51ec-2895-4b20-9f25-edba97869e3d",
              "qrLogAttributeClass": {
                "id": "f0c06773-677b-4f84-85cd-5bde2bda909c",
                "code": "sample string 2",
                "name": "sample string 3",
                "translations": [
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  },
                  {
                    "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                  }
                ]
              },
              "qrLogAttributeListValue": [
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                },
                {
                  "id": "79971501-b071-439e-a0df-eba01da7fb9e",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "1f2317d0-f7e7-45f8-8623-d3e4f1ed9b8a",
                  "qrLogAttributeListValueGlobalRefId": "d1bcb65d-b30f-4963-8f06-2ea23aed4d27",
                  "translations": [
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    },
                    {
                      "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                    }
                  ]
                }
              ],
              "translations": [
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                },
                {
                  "id": "d86ceb35-9c8f-47b0-a45a-ea90499238aa",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "3fc43cf8-c118-4b6d-9d10-f0b3e49323df"
                }
              ],
              "isOriginatedByPim": true
            }
          }
        ]
      }
    ]
  }
]