POST api/Blueprints

Request Information

URI Parameters

None.

Body Parameters

Blueprint
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Description

string

None.

MarkerName

string

None.

Order

string

None.

CreatedTs

date

None.

CreatedBy

string

None.

ModifiedTs

date

None.

ModifiedBy

string

None.

CustomerId

integer

None.

IsOffline

boolean

None.

OfflineByUserId

integer

None.

OfflineByUserName

string

None.

Deadline

date

None.

IsLocked

boolean

None.

LockedByUserId

integer

None.

LockedByUserName

string

None.

LockedTs

date

None.

BuildingComponentId

globally unique identifier

None.

BuildingComponent

BuildingComponent

None.

BlueprintFileId

globally unique identifier

None.

BlueprintFile

BlueprintFile

None.

Markers

Collection of Marker

None.

Installers

Collection of Installer

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "34f8f01a-493d-4029-af3b-92cfebb62b4b",
  "name": "sample string 2",
  "description": "sample string 3",
  "markerName": "sample string 4",
  "order": "sample string 5",
  "createdTs": "2026-07-30T08:11:40.0136142Z",
  "createdBy": "sample string 6",
  "modifiedTs": "2026-07-30T08:11:40.0136142Z",
  "modifiedBy": "sample string 7",
  "customerId": 8,
  "isOffline": true,
  "offlineByUserId": 1,
  "offlineByUserName": "sample string 10",
  "deadline": "2026-07-30T08:11:40.0136142Z",
  "isLocked": true,
  "lockedByUserId": 1,
  "lockedByUserName": "sample string 12",
  "lockedTs": "2026-07-30T08:11:40.0136142Z",
  "buildingComponentId": "5bc53fe1-54ce-476b-850d-5b07207cf48d",
  "buildingComponent": {
    "id": "936805e4-fa72-424e-81f3-609bbcd43198",
    "name": "sample string 2",
    "description": "sample string 3",
    "order": "sample string 4",
    "createdTs": "2026-07-30T08:11:40.0136142Z",
    "createdBy": "sample string 6",
    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
    "modifiedBy": "sample string 7",
    "customerId": 8,
    "projectId": "1c6a02f4-f49d-4fd2-b3c8-69810cd750ff",
    "project": {
      "id": "cb263b97-18c2-4e98-bff4-f34f6b5de6c2",
      "name": "sample string 2",
      "status": "sample string 3",
      "buildingName": "sample string 4",
      "createdTs": "2026-07-30T08:11:40.0136142Z",
      "createdBy": "sample string 6",
      "modifiedTs": "2026-07-30T08:11:40.0136142Z",
      "modifiedBy": "sample string 7",
      "customerId": 8,
      "image": "sample string 9",
      "street": "sample string 10",
      "no": "sample string 11",
      "postalCode": "sample string 12",
      "city": "sample string 13",
      "country": "sample string 14",
      "contactName": "sample string 15",
      "contactFunction": "sample string 16",
      "mobile": "sample string 17",
      "email": "sample string 18",
      "buildingComponents": [],
      "isDeleted": true,
      "installers": [
        {
          "id": 1,
          "firstname": "sample string 2",
          "name": "sample string 3"
        },
        {
          "id": 1,
          "firstname": "sample string 2",
          "name": "sample string 3"
        }
      ],
      "link": "https://firelog-api.ipcom.be/api/DownloadImage/cb263b97-18c2-4e98-bff4-f34f6b5de6c2"
    },
    "blueprints": [],
    "installers": [
      {
        "id": 1,
        "firstname": "sample string 2",
        "name": "sample string 3"
      },
      {
        "id": 1,
        "firstname": "sample string 2",
        "name": "sample string 3"
      }
    ],
    "isDeleted": true
  },
  "blueprintFileId": "e154f900-4e43-4740-8354-04874a354629",
  "blueprintFile": {
    "id": "eac80854-1e55-4b4d-9b04-e73655ae42a2",
    "name": "sample string 2",
    "content": "sample string 3",
    "createdTs": "2026-07-30T08:11:40.0136142Z",
    "createdBy": "sample string 4",
    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
    "modifiedBy": "sample string 5",
    "snapshot": "QEA="
  },
  "markers": [
    {
      "id": "994c8f23-cf5c-4d52-96ce-59658527ec6c",
      "number": 2,
      "label": "sample string 3",
      "coordX": 1.0,
      "coordY": 1.0,
      "coordX2": 1.0,
      "coordY2": 1.0,
      "createdTs": "2026-07-30T08:11:40.0136142Z",
      "createdBy": "sample string 4",
      "modifiedTs": "2026-07-30T08:11:40.0136142Z",
      "modifiedBy": "sample string 5",
      "date": "2026-07-30T08:11:40.0136142Z",
      "customerId": 6,
      "qrId": "fbed0f6f-79f8-4a8a-b271-be54a9615331",
      "comments": "sample string 7",
      "status": "sample string 8",
      "manualStatus": 1,
      "installerId": 1,
      "installer": {
        "id": 1,
        "firstname": "sample string 2",
        "name": "sample string 3"
      },
      "blueprintId": "43519d87-46aa-4e1a-bf02-ea2f4ef56935",
      "markerXSolutions": [
        {
          "id": "9e68a1fa-c66d-4a8f-85da-faeab8a10648",
          "markerId": "22494e78-2c1d-4ea9-97ee-704745aee760",
          "solutionId": "1c724320-57fb-47dc-812e-40709eed72d2",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2026-07-30T08:11:40.0136142Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "8d7135b3-c0cd-4340-a53b-1e40bb553f53",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "55281c80-374e-44a2-bc7d-344044524bf9",
              "qrLogAttributeListValue": {
                "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                "description": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                "qrLogAttribute": {
                  "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                  "code": "sample string 2",
                  "createdTs": "2026-07-30T08:11:40.0136142Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                  "qrLogAttributeClass": {
                    "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ]
              },
              "markerXSolutionsId": "e98ddf0d-e6d0-470a-99ef-29bf91a0bbee",
              "qrLogAttributeId": "217ca0ac-f2e4-43a1-b31f-6596abdf3b41",
              "qrLogAttribute": {
                "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                "code": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                "qrLogAttributeClass": {
                  "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "8d7135b3-c0cd-4340-a53b-1e40bb553f53",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "55281c80-374e-44a2-bc7d-344044524bf9",
              "qrLogAttributeListValue": {
                "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                "description": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                "qrLogAttribute": {
                  "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                  "code": "sample string 2",
                  "createdTs": "2026-07-30T08:11:40.0136142Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                  "qrLogAttributeClass": {
                    "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ]
              },
              "markerXSolutionsId": "e98ddf0d-e6d0-470a-99ef-29bf91a0bbee",
              "qrLogAttributeId": "217ca0ac-f2e4-43a1-b31f-6596abdf3b41",
              "qrLogAttribute": {
                "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                "code": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                "qrLogAttributeClass": {
                  "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "bdf5c69d-735b-44b8-be97-70792b1379f5",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "89a15005-4cbf-4bc9-bbc9-bab607a1b0cb",
              "reportId": "29c820ae-0290-49d9-ae70-97c98c22318b",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/bdf5c69d-735b-44b8-be97-70792b1379f5"
            },
            {
              "id": "bdf5c69d-735b-44b8-be97-70792b1379f5",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "89a15005-4cbf-4bc9-bbc9-bab607a1b0cb",
              "reportId": "29c820ae-0290-49d9-ae70-97c98c22318b",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/bdf5c69d-735b-44b8-be97-70792b1379f5"
            }
          ],
          "selectedProducts": [
            {
              "id": "c1e686ae-0a87-4f21-989e-e1727585b501",
              "markerXSolutionsId": "200ecb2c-8946-4ba0-898d-1efc370dd863",
              "productId": "7b82f750-2ef4-49ea-813a-081b222007b7"
            },
            {
              "id": "c1e686ae-0a87-4f21-989e-e1727585b501",
              "markerXSolutionsId": "200ecb2c-8946-4ba0-898d-1efc370dd863",
              "productId": "7b82f750-2ef4-49ea-813a-081b222007b7"
            }
          ],
          "isApproved": 2
        },
        {
          "id": "9e68a1fa-c66d-4a8f-85da-faeab8a10648",
          "markerId": "22494e78-2c1d-4ea9-97ee-704745aee760",
          "solutionId": "1c724320-57fb-47dc-812e-40709eed72d2",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2026-07-30T08:11:40.0136142Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "8d7135b3-c0cd-4340-a53b-1e40bb553f53",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "55281c80-374e-44a2-bc7d-344044524bf9",
              "qrLogAttributeListValue": {
                "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                "description": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                "qrLogAttribute": {
                  "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                  "code": "sample string 2",
                  "createdTs": "2026-07-30T08:11:40.0136142Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                  "qrLogAttributeClass": {
                    "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ]
              },
              "markerXSolutionsId": "e98ddf0d-e6d0-470a-99ef-29bf91a0bbee",
              "qrLogAttributeId": "217ca0ac-f2e4-43a1-b31f-6596abdf3b41",
              "qrLogAttribute": {
                "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                "code": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                "qrLogAttributeClass": {
                  "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "8d7135b3-c0cd-4340-a53b-1e40bb553f53",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "55281c80-374e-44a2-bc7d-344044524bf9",
              "qrLogAttributeListValue": {
                "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                "description": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                "qrLogAttribute": {
                  "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                  "code": "sample string 2",
                  "createdTs": "2026-07-30T08:11:40.0136142Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                  "qrLogAttributeClass": {
                    "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ]
              },
              "markerXSolutionsId": "e98ddf0d-e6d0-470a-99ef-29bf91a0bbee",
              "qrLogAttributeId": "217ca0ac-f2e4-43a1-b31f-6596abdf3b41",
              "qrLogAttribute": {
                "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                "code": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                "qrLogAttributeClass": {
                  "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "bdf5c69d-735b-44b8-be97-70792b1379f5",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "89a15005-4cbf-4bc9-bbc9-bab607a1b0cb",
              "reportId": "29c820ae-0290-49d9-ae70-97c98c22318b",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/bdf5c69d-735b-44b8-be97-70792b1379f5"
            },
            {
              "id": "bdf5c69d-735b-44b8-be97-70792b1379f5",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "89a15005-4cbf-4bc9-bbc9-bab607a1b0cb",
              "reportId": "29c820ae-0290-49d9-ae70-97c98c22318b",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/bdf5c69d-735b-44b8-be97-70792b1379f5"
            }
          ],
          "selectedProducts": [
            {
              "id": "c1e686ae-0a87-4f21-989e-e1727585b501",
              "markerXSolutionsId": "200ecb2c-8946-4ba0-898d-1efc370dd863",
              "productId": "7b82f750-2ef4-49ea-813a-081b222007b7"
            },
            {
              "id": "c1e686ae-0a87-4f21-989e-e1727585b501",
              "markerXSolutionsId": "200ecb2c-8946-4ba0-898d-1efc370dd863",
              "productId": "7b82f750-2ef4-49ea-813a-081b222007b7"
            }
          ],
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "665c7220-2977-4ed0-bb49-f47b21f346b2",
          "date": "2026-07-30T08:11:40.0136142Z",
          "status": "sample string 3",
          "comment": "sample string 4",
          "name": "sample string 5",
          "company": "sample string 6",
          "email": "sample string 7",
          "image": "sample string 8",
          "customerId": 1,
          "markerId": "233cbd01-b111-438e-be9b-b05942bdd862",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/665c7220-2977-4ed0-bb49-f47b21f346b2"
        },
        {
          "id": "665c7220-2977-4ed0-bb49-f47b21f346b2",
          "date": "2026-07-30T08:11:40.0136142Z",
          "status": "sample string 3",
          "comment": "sample string 4",
          "name": "sample string 5",
          "company": "sample string 6",
          "email": "sample string 7",
          "image": "sample string 8",
          "customerId": 1,
          "markerId": "233cbd01-b111-438e-be9b-b05942bdd862",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/665c7220-2977-4ed0-bb49-f47b21f346b2"
        }
      ],
      "calculateStatus": 2
    },
    {
      "id": "994c8f23-cf5c-4d52-96ce-59658527ec6c",
      "number": 2,
      "label": "sample string 3",
      "coordX": 1.0,
      "coordY": 1.0,
      "coordX2": 1.0,
      "coordY2": 1.0,
      "createdTs": "2026-07-30T08:11:40.0136142Z",
      "createdBy": "sample string 4",
      "modifiedTs": "2026-07-30T08:11:40.0136142Z",
      "modifiedBy": "sample string 5",
      "date": "2026-07-30T08:11:40.0136142Z",
      "customerId": 6,
      "qrId": "fbed0f6f-79f8-4a8a-b271-be54a9615331",
      "comments": "sample string 7",
      "status": "sample string 8",
      "manualStatus": 1,
      "installerId": 1,
      "installer": {
        "id": 1,
        "firstname": "sample string 2",
        "name": "sample string 3"
      },
      "blueprintId": "43519d87-46aa-4e1a-bf02-ea2f4ef56935",
      "markerXSolutions": [
        {
          "id": "9e68a1fa-c66d-4a8f-85da-faeab8a10648",
          "markerId": "22494e78-2c1d-4ea9-97ee-704745aee760",
          "solutionId": "1c724320-57fb-47dc-812e-40709eed72d2",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2026-07-30T08:11:40.0136142Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "8d7135b3-c0cd-4340-a53b-1e40bb553f53",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "55281c80-374e-44a2-bc7d-344044524bf9",
              "qrLogAttributeListValue": {
                "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                "description": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                "qrLogAttribute": {
                  "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                  "code": "sample string 2",
                  "createdTs": "2026-07-30T08:11:40.0136142Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                  "qrLogAttributeClass": {
                    "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ]
              },
              "markerXSolutionsId": "e98ddf0d-e6d0-470a-99ef-29bf91a0bbee",
              "qrLogAttributeId": "217ca0ac-f2e4-43a1-b31f-6596abdf3b41",
              "qrLogAttribute": {
                "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                "code": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                "qrLogAttributeClass": {
                  "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "8d7135b3-c0cd-4340-a53b-1e40bb553f53",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "55281c80-374e-44a2-bc7d-344044524bf9",
              "qrLogAttributeListValue": {
                "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                "description": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                "qrLogAttribute": {
                  "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                  "code": "sample string 2",
                  "createdTs": "2026-07-30T08:11:40.0136142Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                  "qrLogAttributeClass": {
                    "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ]
              },
              "markerXSolutionsId": "e98ddf0d-e6d0-470a-99ef-29bf91a0bbee",
              "qrLogAttributeId": "217ca0ac-f2e4-43a1-b31f-6596abdf3b41",
              "qrLogAttribute": {
                "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                "code": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                "qrLogAttributeClass": {
                  "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "bdf5c69d-735b-44b8-be97-70792b1379f5",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "89a15005-4cbf-4bc9-bbc9-bab607a1b0cb",
              "reportId": "29c820ae-0290-49d9-ae70-97c98c22318b",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/bdf5c69d-735b-44b8-be97-70792b1379f5"
            },
            {
              "id": "bdf5c69d-735b-44b8-be97-70792b1379f5",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "89a15005-4cbf-4bc9-bbc9-bab607a1b0cb",
              "reportId": "29c820ae-0290-49d9-ae70-97c98c22318b",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/bdf5c69d-735b-44b8-be97-70792b1379f5"
            }
          ],
          "selectedProducts": [
            {
              "id": "c1e686ae-0a87-4f21-989e-e1727585b501",
              "markerXSolutionsId": "200ecb2c-8946-4ba0-898d-1efc370dd863",
              "productId": "7b82f750-2ef4-49ea-813a-081b222007b7"
            },
            {
              "id": "c1e686ae-0a87-4f21-989e-e1727585b501",
              "markerXSolutionsId": "200ecb2c-8946-4ba0-898d-1efc370dd863",
              "productId": "7b82f750-2ef4-49ea-813a-081b222007b7"
            }
          ],
          "isApproved": 2
        },
        {
          "id": "9e68a1fa-c66d-4a8f-85da-faeab8a10648",
          "markerId": "22494e78-2c1d-4ea9-97ee-704745aee760",
          "solutionId": "1c724320-57fb-47dc-812e-40709eed72d2",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2026-07-30T08:11:40.0136142Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "8d7135b3-c0cd-4340-a53b-1e40bb553f53",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "55281c80-374e-44a2-bc7d-344044524bf9",
              "qrLogAttributeListValue": {
                "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                "description": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                "qrLogAttribute": {
                  "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                  "code": "sample string 2",
                  "createdTs": "2026-07-30T08:11:40.0136142Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                  "qrLogAttributeClass": {
                    "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ]
              },
              "markerXSolutionsId": "e98ddf0d-e6d0-470a-99ef-29bf91a0bbee",
              "qrLogAttributeId": "217ca0ac-f2e4-43a1-b31f-6596abdf3b41",
              "qrLogAttribute": {
                "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                "code": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                "qrLogAttributeClass": {
                  "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "8d7135b3-c0cd-4340-a53b-1e40bb553f53",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "55281c80-374e-44a2-bc7d-344044524bf9",
              "qrLogAttributeListValue": {
                "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                "description": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                "qrLogAttribute": {
                  "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                  "code": "sample string 2",
                  "createdTs": "2026-07-30T08:11:40.0136142Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                  "qrLogAttributeClass": {
                    "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ]
              },
              "markerXSolutionsId": "e98ddf0d-e6d0-470a-99ef-29bf91a0bbee",
              "qrLogAttributeId": "217ca0ac-f2e4-43a1-b31f-6596abdf3b41",
              "qrLogAttribute": {
                "id": "ea506641-09f8-45a7-b4d7-c2365500a182",
                "code": "sample string 2",
                "createdTs": "2026-07-30T08:11:40.0136142Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "e2f1487b-8654-4729-943b-ae5352185e30",
                "qrLogAttributeClass": {
                  "id": "5e8e33d1-b98f-4175-9c7d-411f9182549e",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    },
                    {
                      "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  },
                  {
                    "id": "cbd64639-8e91-4e12-b150-7097a5444f41",
                    "description": "sample string 2",
                    "createdTs": "2026-07-30T08:11:40.0136142Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2026-07-30T08:11:40.0136142Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "cc2fab3e-6cad-4d40-9940-47268238fcc6",
                    "translations": [
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      },
                      {
                        "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  },
                  {
                    "id": "3c2b71c1-cf7a-49ab-8568-87f38eef32c8",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "9aa65330-0c97-44be-968d-f209ddadc304"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "287b266f-b608-4ca1-a1b4-990acf8bf0b8",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "bdf5c69d-735b-44b8-be97-70792b1379f5",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "89a15005-4cbf-4bc9-bbc9-bab607a1b0cb",
              "reportId": "29c820ae-0290-49d9-ae70-97c98c22318b",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/bdf5c69d-735b-44b8-be97-70792b1379f5"
            },
            {
              "id": "bdf5c69d-735b-44b8-be97-70792b1379f5",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "89a15005-4cbf-4bc9-bbc9-bab607a1b0cb",
              "reportId": "29c820ae-0290-49d9-ae70-97c98c22318b",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/bdf5c69d-735b-44b8-be97-70792b1379f5"
            }
          ],
          "selectedProducts": [
            {
              "id": "c1e686ae-0a87-4f21-989e-e1727585b501",
              "markerXSolutionsId": "200ecb2c-8946-4ba0-898d-1efc370dd863",
              "productId": "7b82f750-2ef4-49ea-813a-081b222007b7"
            },
            {
              "id": "c1e686ae-0a87-4f21-989e-e1727585b501",
              "markerXSolutionsId": "200ecb2c-8946-4ba0-898d-1efc370dd863",
              "productId": "7b82f750-2ef4-49ea-813a-081b222007b7"
            }
          ],
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "665c7220-2977-4ed0-bb49-f47b21f346b2",
          "date": "2026-07-30T08:11:40.0136142Z",
          "status": "sample string 3",
          "comment": "sample string 4",
          "name": "sample string 5",
          "company": "sample string 6",
          "email": "sample string 7",
          "image": "sample string 8",
          "customerId": 1,
          "markerId": "233cbd01-b111-438e-be9b-b05942bdd862",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/665c7220-2977-4ed0-bb49-f47b21f346b2"
        },
        {
          "id": "665c7220-2977-4ed0-bb49-f47b21f346b2",
          "date": "2026-07-30T08:11:40.0136142Z",
          "status": "sample string 3",
          "comment": "sample string 4",
          "name": "sample string 5",
          "company": "sample string 6",
          "email": "sample string 7",
          "image": "sample string 8",
          "customerId": 1,
          "markerId": "233cbd01-b111-438e-be9b-b05942bdd862",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/665c7220-2977-4ed0-bb49-f47b21f346b2"
        }
      ],
      "calculateStatus": 2
    }
  ],
  "installers": [
    {
      "id": 1,
      "firstname": "sample string 2",
      "name": "sample string 3"
    },
    {
      "id": 1,
      "firstname": "sample string 2",
      "name": "sample string 3"
    }
  ],
  "isDeleted": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Blueprint'.

Response Information

Resource Description

BlueprintViewModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Description

string

None.

MarkerName

string

None.

Order

string

None.

CustomerId

integer

None.

Assigned

boolean

None.

IsOffline

boolean

None.

OfflineByUserId

integer

None.

OfflineByUserName

string

None.

Deadline

string

None.

IsLocked

boolean

None.

LockedByUserId

integer

None.

LockedByUserName

string

None.

LockedTs

string

None.

OpenMarkers

integer

None.

BuildingComponentId

globally unique identifier

None.

BuildingComponent

string

None.

ProjectId

globally unique identifier

None.

Project

string

None.

BlueprintFileId

globally unique identifier

None.

BlueprintFile

BlueprintFileViewModel

None.

Markers

Collection of MarkerViewModel

None.

Installers

Collection of InstallerViewModel

None.

AllInstallers

Collection of InstallerViewModel

None.

IsArchived

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "0f1c8528-c9b3-4415-8f6e-b1c1f4680e78",
  "name": "sample string 2",
  "description": "sample string 3",
  "markerName": "sample string 4",
  "order": "sample string 5",
  "customerId": 6,
  "assigned": true,
  "isOffline": true,
  "offlineByUserId": 1,
  "offlineByUserName": "sample string 9",
  "deadline": "sample string 10",
  "isLocked": true,
  "lockedByUserId": 1,
  "lockedByUserName": "sample string 12",
  "lockedTs": "sample string 13",
  "openMarkers": 0,
  "buildingComponentId": "61d31ff5-a606-4a66-9b1f-c472f6f81b2c",
  "buildingComponent": "sample string 15",
  "projectId": "67ba37f3-59a3-4777-bc83-93cee525ce46",
  "project": "sample string 17",
  "blueprintFileId": "4c501d1b-cef2-4147-bd21-7b396ef7609f",
  "blueprintFile": {
    "id": "b6d2e6e2-3301-414e-8326-084b8f7b318f",
    "name": "sample string 2",
    "content": "sample string 3",
    "snapshot": "sample string 4"
  },
  "markers": [
    {
      "id": "680f5718-d711-40f6-b44f-f18180105416",
      "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": "e02f554c-8d01-4d46-9458-0bfd87f5596b",
      "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": "7cade3c7-8a70-43b8-b15d-46cc8cefad7a",
      "blueprint": "sample string 12",
      "buildingComponent": "sample string 13",
      "buildingComponentId": "7d3e586b-46ca-4675-ac84-649382a5eaff",
      "project": "sample string 15",
      "projectId": "27194645-7525-451a-809e-a3866a8880a1",
      "qrLogAttributeXMarker": [
        {
          "id": "d93284d3-5cb0-4ed8-891f-0dd3b0bc9019",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "550e2dac-dfce-4189-a5bd-652f7af07d52",
          "markerId": "6d925422-d37c-4a99-9454-ce4978a34726",
          "qrLogAttributeId": "b14b7ac2-3211-45f7-9ea3-e339c076b8c7",
          "qrLogAttribute": {
            "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
            "code": "sample string 2",
            "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
            "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
            "qrLogAttributeClass": {
              "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                },
                {
                  "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
              },
              {
                "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
              }
            ],
            "isOriginatedByPim": true
          }
        },
        {
          "id": "d93284d3-5cb0-4ed8-891f-0dd3b0bc9019",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "550e2dac-dfce-4189-a5bd-652f7af07d52",
          "markerId": "6d925422-d37c-4a99-9454-ce4978a34726",
          "qrLogAttributeId": "b14b7ac2-3211-45f7-9ea3-e339c076b8c7",
          "qrLogAttribute": {
            "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
            "code": "sample string 2",
            "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
            "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
            "qrLogAttributeClass": {
              "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                },
                {
                  "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
              },
              {
                "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
              }
            ],
            "isOriginatedByPim": true
          }
        }
      ],
      "markerXSolutions": [
        {
          "id": "bfb779d6-7aa8-47c8-a35c-40f6b1f169a3",
          "markerId": "b6321d5b-9005-421f-b600-ff87a1f1b79d",
          "solutionId": "e685e6d1-b132-46fb-9bc9-408301717736",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "2b99bdf5-7b56-4de3-899b-a6b4db865862",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
              },
              {
                "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
                "qrLogAttributeListValue": {
                  "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                  "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                  "qrLogAttribute": {
                    "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                    "code": "sample string 2",
                    "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                    "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                    "qrLogAttributeClass": {
                      "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
                "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
                "qrLogAttributeListValue": {
                  "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                  "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                  "qrLogAttribute": {
                    "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                    "code": "sample string 2",
                    "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                    "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                    "qrLogAttributeClass": {
                      "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
                "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "59f6a5d9-dce0-4aab-a225-a2a4aef36e32",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "b0155721-786b-4131-a9ce-bb783bf9b61c"
            },
            {
              "id": "59f6a5d9-dce0-4aab-a225-a2a4aef36e32",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "b0155721-786b-4131-a9ce-bb783bf9b61c"
            }
          ],
          "selectedProducts": [
            {
              "id": "109a4833-46c0-4373-9eb6-572c2b3b5fb8",
              "markerXSolutionsId": "1b3e2cad-0f36-412d-89ad-18265149b8d3",
              "productId": "e4ec4642-5b7e-4807-b3d4-877db4448b55"
            },
            {
              "id": "109a4833-46c0-4373-9eb6-572c2b3b5fb8",
              "markerXSolutionsId": "1b3e2cad-0f36-412d-89ad-18265149b8d3",
              "productId": "e4ec4642-5b7e-4807-b3d4-877db4448b55"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "isApproved": 2
        },
        {
          "id": "bfb779d6-7aa8-47c8-a35c-40f6b1f169a3",
          "markerId": "b6321d5b-9005-421f-b600-ff87a1f1b79d",
          "solutionId": "e685e6d1-b132-46fb-9bc9-408301717736",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "2b99bdf5-7b56-4de3-899b-a6b4db865862",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
              },
              {
                "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
                "qrLogAttributeListValue": {
                  "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                  "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                  "qrLogAttribute": {
                    "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                    "code": "sample string 2",
                    "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                    "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                    "qrLogAttributeClass": {
                      "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
                "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
                "qrLogAttributeListValue": {
                  "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                  "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                  "qrLogAttribute": {
                    "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                    "code": "sample string 2",
                    "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                    "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                    "qrLogAttributeClass": {
                      "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
                "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "59f6a5d9-dce0-4aab-a225-a2a4aef36e32",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "b0155721-786b-4131-a9ce-bb783bf9b61c"
            },
            {
              "id": "59f6a5d9-dce0-4aab-a225-a2a4aef36e32",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "b0155721-786b-4131-a9ce-bb783bf9b61c"
            }
          ],
          "selectedProducts": [
            {
              "id": "109a4833-46c0-4373-9eb6-572c2b3b5fb8",
              "markerXSolutionsId": "1b3e2cad-0f36-412d-89ad-18265149b8d3",
              "productId": "e4ec4642-5b7e-4807-b3d4-877db4448b55"
            },
            {
              "id": "109a4833-46c0-4373-9eb6-572c2b3b5fb8",
              "markerXSolutionsId": "1b3e2cad-0f36-412d-89ad-18265149b8d3",
              "productId": "e4ec4642-5b7e-4807-b3d4-877db4448b55"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "aecca478-1073-4b51-8c75-b2908d1545ff",
          "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": "8fda2207-0e74-49da-acdd-d10c37057a4c"
        },
        {
          "id": "aecca478-1073-4b51-8c75-b2908d1545ff",
          "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": "8fda2207-0e74-49da-acdd-d10c37057a4c"
        }
      ],
      "archivedReports": [
        {
          "id": "aecca478-1073-4b51-8c75-b2908d1545ff",
          "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": "8fda2207-0e74-49da-acdd-d10c37057a4c"
        },
        {
          "id": "aecca478-1073-4b51-8c75-b2908d1545ff",
          "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": "8fda2207-0e74-49da-acdd-d10c37057a4c"
        }
      ],
      "productSolutions": [
        {
          "id": "2b99bdf5-7b56-4de3-899b-a6b4db865862",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
            },
            {
              "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        },
        {
          "id": "2b99bdf5-7b56-4de3-899b-a6b4db865862",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
            },
            {
              "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        }
      ]
    },
    {
      "id": "680f5718-d711-40f6-b44f-f18180105416",
      "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": "e02f554c-8d01-4d46-9458-0bfd87f5596b",
      "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": "7cade3c7-8a70-43b8-b15d-46cc8cefad7a",
      "blueprint": "sample string 12",
      "buildingComponent": "sample string 13",
      "buildingComponentId": "7d3e586b-46ca-4675-ac84-649382a5eaff",
      "project": "sample string 15",
      "projectId": "27194645-7525-451a-809e-a3866a8880a1",
      "qrLogAttributeXMarker": [
        {
          "id": "d93284d3-5cb0-4ed8-891f-0dd3b0bc9019",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "550e2dac-dfce-4189-a5bd-652f7af07d52",
          "markerId": "6d925422-d37c-4a99-9454-ce4978a34726",
          "qrLogAttributeId": "b14b7ac2-3211-45f7-9ea3-e339c076b8c7",
          "qrLogAttribute": {
            "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
            "code": "sample string 2",
            "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
            "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
            "qrLogAttributeClass": {
              "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                },
                {
                  "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
              },
              {
                "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
              }
            ],
            "isOriginatedByPim": true
          }
        },
        {
          "id": "d93284d3-5cb0-4ed8-891f-0dd3b0bc9019",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "550e2dac-dfce-4189-a5bd-652f7af07d52",
          "markerId": "6d925422-d37c-4a99-9454-ce4978a34726",
          "qrLogAttributeId": "b14b7ac2-3211-45f7-9ea3-e339c076b8c7",
          "qrLogAttribute": {
            "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
            "code": "sample string 2",
            "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
            "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
            "qrLogAttributeClass": {
              "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                },
                {
                  "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
              },
              {
                "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
              }
            ],
            "isOriginatedByPim": true
          }
        }
      ],
      "markerXSolutions": [
        {
          "id": "bfb779d6-7aa8-47c8-a35c-40f6b1f169a3",
          "markerId": "b6321d5b-9005-421f-b600-ff87a1f1b79d",
          "solutionId": "e685e6d1-b132-46fb-9bc9-408301717736",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "2b99bdf5-7b56-4de3-899b-a6b4db865862",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
              },
              {
                "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
                "qrLogAttributeListValue": {
                  "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                  "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                  "qrLogAttribute": {
                    "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                    "code": "sample string 2",
                    "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                    "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                    "qrLogAttributeClass": {
                      "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
                "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
                "qrLogAttributeListValue": {
                  "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                  "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                  "qrLogAttribute": {
                    "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                    "code": "sample string 2",
                    "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                    "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                    "qrLogAttributeClass": {
                      "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
                "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "59f6a5d9-dce0-4aab-a225-a2a4aef36e32",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "b0155721-786b-4131-a9ce-bb783bf9b61c"
            },
            {
              "id": "59f6a5d9-dce0-4aab-a225-a2a4aef36e32",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "b0155721-786b-4131-a9ce-bb783bf9b61c"
            }
          ],
          "selectedProducts": [
            {
              "id": "109a4833-46c0-4373-9eb6-572c2b3b5fb8",
              "markerXSolutionsId": "1b3e2cad-0f36-412d-89ad-18265149b8d3",
              "productId": "e4ec4642-5b7e-4807-b3d4-877db4448b55"
            },
            {
              "id": "109a4833-46c0-4373-9eb6-572c2b3b5fb8",
              "markerXSolutionsId": "1b3e2cad-0f36-412d-89ad-18265149b8d3",
              "productId": "e4ec4642-5b7e-4807-b3d4-877db4448b55"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "isApproved": 2
        },
        {
          "id": "bfb779d6-7aa8-47c8-a35c-40f6b1f169a3",
          "markerId": "b6321d5b-9005-421f-b600-ff87a1f1b79d",
          "solutionId": "e685e6d1-b132-46fb-9bc9-408301717736",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "2b99bdf5-7b56-4de3-899b-a6b4db865862",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
              },
              {
                "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
                "qrLogAttributeListValue": {
                  "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                  "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                  "qrLogAttribute": {
                    "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                    "code": "sample string 2",
                    "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                    "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                    "qrLogAttributeClass": {
                      "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
                "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
                "qrLogAttributeListValue": {
                  "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                  "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                  "qrLogAttribute": {
                    "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                    "code": "sample string 2",
                    "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                    "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                    "qrLogAttributeClass": {
                      "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
                "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    },
                    {
                      "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                      "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                      "translations": [
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        },
                        {
                          "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "59f6a5d9-dce0-4aab-a225-a2a4aef36e32",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "b0155721-786b-4131-a9ce-bb783bf9b61c"
            },
            {
              "id": "59f6a5d9-dce0-4aab-a225-a2a4aef36e32",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2026-07-30T08:11:40.0136142Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "b0155721-786b-4131-a9ce-bb783bf9b61c"
            }
          ],
          "selectedProducts": [
            {
              "id": "109a4833-46c0-4373-9eb6-572c2b3b5fb8",
              "markerXSolutionsId": "1b3e2cad-0f36-412d-89ad-18265149b8d3",
              "productId": "e4ec4642-5b7e-4807-b3d4-877db4448b55"
            },
            {
              "id": "109a4833-46c0-4373-9eb6-572c2b3b5fb8",
              "markerXSolutionsId": "1b3e2cad-0f36-412d-89ad-18265149b8d3",
              "productId": "e4ec4642-5b7e-4807-b3d4-877db4448b55"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "aecca478-1073-4b51-8c75-b2908d1545ff",
          "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": "8fda2207-0e74-49da-acdd-d10c37057a4c"
        },
        {
          "id": "aecca478-1073-4b51-8c75-b2908d1545ff",
          "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": "8fda2207-0e74-49da-acdd-d10c37057a4c"
        }
      ],
      "archivedReports": [
        {
          "id": "aecca478-1073-4b51-8c75-b2908d1545ff",
          "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": "8fda2207-0e74-49da-acdd-d10c37057a4c"
        },
        {
          "id": "aecca478-1073-4b51-8c75-b2908d1545ff",
          "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": "8fda2207-0e74-49da-acdd-d10c37057a4c"
        }
      ],
      "productSolutions": [
        {
          "id": "2b99bdf5-7b56-4de3-899b-a6b4db865862",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
            },
            {
              "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        },
        {
          "id": "2b99bdf5-7b56-4de3-899b-a6b4db865862",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
            },
            {
              "id": "aefdcf76-64dd-4cad-b07a-18069d2d3d2d",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/aefdcf76-64dd-4cad-b07a-18069d2d3d2d"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "9aa5e6dc-8c01-4b3c-9512-b86a1d626639",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "bfc6c9ad-6702-4d77-baae-986842155ca1",
              "qrLogAttributeListValue": {
                "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                "qrLogAttribute": {
                  "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                  "code": "sample string 2",
                  "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                  "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                  "qrLogAttributeClass": {
                    "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ]
              },
              "markerXSolutionsId": "2b9db624-cf75-4285-ab51-a862eb110dfa",
              "qrLogAttributeId": "06f02123-da17-4da4-afa2-2004a7c6d037",
              "qrLogAttribute": {
                "id": "04c0ed6a-c3db-4ef8-9443-d932cfbc9075",
                "code": "sample string 2",
                "selectedValue": "f20509ac-4e6e-4f6c-a16d-26b4b8025823",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "cd013fa1-a0d1-4dbb-be71-bbe63c8a0a94",
                "sourceId": "7e5011d2-add0-496f-882e-2b201a3f9e6d",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "2926fd26-0a70-4a0f-98fb-42048c08b338",
                "qrLogAttributeClass": {
                  "id": "fb08eef2-7c0a-44f0-882b-6e8416ee9880",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    },
                    {
                      "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  },
                  {
                    "id": "8fcacd0b-aeae-45c2-945e-14fbfb563620",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "91ea57b2-10fe-4ebe-9cb4-651c05b561f7",
                    "qrLogAttributeListValueGlobalRefId": "3c67c0de-d9a6-4910-aa0b-d3d1973922e0",
                    "translations": [
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      },
                      {
                        "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  },
                  {
                    "id": "12bd1246-215a-4ba9-ab3e-acb57a96e2ec",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "c3af0f6c-7260-4438-86ae-964da3728b60"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        }
      ]
    }
  ],
  "installers": [
    {
      "id": 1,
      "fullName": "sample string 2 sample string 3",
      "firstname": "sample string 2",
      "name": "sample string 3",
      "login": "sample string 4",
      "key": "sample string 5"
    },
    {
      "id": 1,
      "fullName": "sample string 2 sample string 3",
      "firstname": "sample string 2",
      "name": "sample string 3",
      "login": "sample string 4",
      "key": "sample string 5"
    }
  ],
  "allInstallers": [
    {
      "id": 1,
      "fullName": "sample string 2 sample string 3",
      "firstname": "sample string 2",
      "name": "sample string 3",
      "login": "sample string 4",
      "key": "sample string 5"
    },
    {
      "id": 1,
      "fullName": "sample string 2 sample string 3",
      "firstname": "sample string 2",
      "name": "sample string 3",
      "login": "sample string 4",
      "key": "sample string 5"
    }
  ],
  "isArchived": true
}