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": "f1e369b2-13f2-426d-9716-b09612b89a3e",
  "name": "sample string 2",
  "description": "sample string 3",
  "markerName": "sample string 4",
  "order": "sample string 5",
  "createdTs": "2025-12-18T22:39:51.4712818Z",
  "createdBy": "sample string 6",
  "modifiedTs": "2025-12-18T22:39:51.4712818Z",
  "modifiedBy": "sample string 7",
  "customerId": 8,
  "isOffline": true,
  "offlineByUserId": 1,
  "offlineByUserName": "sample string 10",
  "deadline": "2025-12-18T22:39:51.4712818Z",
  "isLocked": true,
  "lockedByUserId": 1,
  "lockedByUserName": "sample string 12",
  "lockedTs": "2025-12-18T22:39:51.4712818Z",
  "buildingComponentId": "7da5e7e3-d044-438a-8648-a6cbbd0bf8f1",
  "buildingComponent": {
    "id": "7d1d7d4d-5edc-48c2-990a-e943a8031457",
    "name": "sample string 2",
    "description": "sample string 3",
    "order": "sample string 4",
    "createdTs": "2025-12-18T22:39:51.4712818Z",
    "createdBy": "sample string 6",
    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
    "modifiedBy": "sample string 7",
    "customerId": 8,
    "projectId": "72378a38-11b3-4cda-afcb-4694f6e43ec7",
    "project": {
      "id": "6ac84cc2-af98-4899-b8cc-36e6ff9d7227",
      "name": "sample string 2",
      "status": "sample string 3",
      "buildingName": "sample string 4",
      "createdTs": "2025-12-18T22:39:51.4712818Z",
      "createdBy": "sample string 6",
      "modifiedTs": "2025-12-18T22:39:51.4712818Z",
      "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/6ac84cc2-af98-4899-b8cc-36e6ff9d7227"
    },
    "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": "4f090aaf-f3a7-451a-aaf3-63e0af16d0e4",
  "blueprintFile": {
    "id": "ecc2aad3-4565-465a-aea1-4e11d157045b",
    "name": "sample string 2",
    "content": "sample string 3",
    "createdTs": "2025-12-18T22:39:51.4712818Z",
    "createdBy": "sample string 4",
    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
    "modifiedBy": "sample string 5",
    "snapshot": "QEA="
  },
  "markers": [
    {
      "id": "6887585d-4a8f-4f52-b4fc-624c744e8440",
      "number": 2,
      "label": "sample string 3",
      "coordX": 1.0,
      "coordY": 1.0,
      "coordX2": 1.0,
      "coordY2": 1.0,
      "createdTs": "2025-12-18T22:39:51.4712818Z",
      "createdBy": "sample string 4",
      "modifiedTs": "2025-12-18T22:39:51.4712818Z",
      "modifiedBy": "sample string 5",
      "date": "2025-12-18T22:39:51.4712818Z",
      "customerId": 6,
      "qrId": "0fdc5a0d-e780-4f6e-865a-c6703d22c3ee",
      "comments": "sample string 7",
      "status": "sample string 8",
      "manualStatus": 1,
      "installerId": 1,
      "installer": {
        "id": 1,
        "firstname": "sample string 2",
        "name": "sample string 3"
      },
      "blueprintId": "328b5fb2-a2b9-4603-a63f-151a6cf7a725",
      "markerXSolutions": [
        {
          "id": "41278ba8-18a4-4940-9b3c-e316a8959285",
          "markerId": "b3f6b7a6-7326-4450-b596-af6b43420ad8",
          "solutionId": "758e5690-d085-403b-a319-8104e3acd53a",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2025-12-18T22:39:51.4712818Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "fe8ff4cf-78d9-4e2a-a5e9-3632c64e9f0e",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5755d8cf-4129-476a-87f7-8a142cad7635",
              "qrLogAttributeListValue": {
                "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                "description": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                "qrLogAttribute": {
                  "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                  "code": "sample string 2",
                  "createdTs": "2025-12-18T22:39:51.4712818Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                  "qrLogAttributeClass": {
                    "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ]
              },
              "markerXSolutionsId": "a7589514-4f7d-47c4-af65-48fc4c1e765e",
              "qrLogAttributeId": "3424dfa4-c415-456c-9447-8fdb709af35d",
              "qrLogAttribute": {
                "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                "code": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                "qrLogAttributeClass": {
                  "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "fe8ff4cf-78d9-4e2a-a5e9-3632c64e9f0e",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5755d8cf-4129-476a-87f7-8a142cad7635",
              "qrLogAttributeListValue": {
                "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                "description": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                "qrLogAttribute": {
                  "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                  "code": "sample string 2",
                  "createdTs": "2025-12-18T22:39:51.4712818Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                  "qrLogAttributeClass": {
                    "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ]
              },
              "markerXSolutionsId": "a7589514-4f7d-47c4-af65-48fc4c1e765e",
              "qrLogAttributeId": "3424dfa4-c415-456c-9447-8fdb709af35d",
              "qrLogAttribute": {
                "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                "code": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                "qrLogAttributeClass": {
                  "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "ccb4e623-5c3c-4289-96fb-1237c82b721d",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "35821eb2-3ffe-491a-a30b-83595af2781f",
              "reportId": "72885faa-5be8-4d99-8b4c-0ccc112f2ae7",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ccb4e623-5c3c-4289-96fb-1237c82b721d"
            },
            {
              "id": "ccb4e623-5c3c-4289-96fb-1237c82b721d",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "35821eb2-3ffe-491a-a30b-83595af2781f",
              "reportId": "72885faa-5be8-4d99-8b4c-0ccc112f2ae7",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ccb4e623-5c3c-4289-96fb-1237c82b721d"
            }
          ],
          "selectedProducts": [
            {
              "id": "020be04f-8f5f-4fff-ade3-710c8a3530e3",
              "markerXSolutionsId": "2bd8f111-cb0f-4144-9275-d4509a0cc545",
              "productId": "61a91e96-8ca4-4a65-b5d8-b027554d5850"
            },
            {
              "id": "020be04f-8f5f-4fff-ade3-710c8a3530e3",
              "markerXSolutionsId": "2bd8f111-cb0f-4144-9275-d4509a0cc545",
              "productId": "61a91e96-8ca4-4a65-b5d8-b027554d5850"
            }
          ],
          "isApproved": 2
        },
        {
          "id": "41278ba8-18a4-4940-9b3c-e316a8959285",
          "markerId": "b3f6b7a6-7326-4450-b596-af6b43420ad8",
          "solutionId": "758e5690-d085-403b-a319-8104e3acd53a",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2025-12-18T22:39:51.4712818Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "fe8ff4cf-78d9-4e2a-a5e9-3632c64e9f0e",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5755d8cf-4129-476a-87f7-8a142cad7635",
              "qrLogAttributeListValue": {
                "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                "description": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                "qrLogAttribute": {
                  "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                  "code": "sample string 2",
                  "createdTs": "2025-12-18T22:39:51.4712818Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                  "qrLogAttributeClass": {
                    "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ]
              },
              "markerXSolutionsId": "a7589514-4f7d-47c4-af65-48fc4c1e765e",
              "qrLogAttributeId": "3424dfa4-c415-456c-9447-8fdb709af35d",
              "qrLogAttribute": {
                "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                "code": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                "qrLogAttributeClass": {
                  "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "fe8ff4cf-78d9-4e2a-a5e9-3632c64e9f0e",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5755d8cf-4129-476a-87f7-8a142cad7635",
              "qrLogAttributeListValue": {
                "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                "description": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                "qrLogAttribute": {
                  "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                  "code": "sample string 2",
                  "createdTs": "2025-12-18T22:39:51.4712818Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                  "qrLogAttributeClass": {
                    "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ]
              },
              "markerXSolutionsId": "a7589514-4f7d-47c4-af65-48fc4c1e765e",
              "qrLogAttributeId": "3424dfa4-c415-456c-9447-8fdb709af35d",
              "qrLogAttribute": {
                "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                "code": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                "qrLogAttributeClass": {
                  "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "ccb4e623-5c3c-4289-96fb-1237c82b721d",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "35821eb2-3ffe-491a-a30b-83595af2781f",
              "reportId": "72885faa-5be8-4d99-8b4c-0ccc112f2ae7",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ccb4e623-5c3c-4289-96fb-1237c82b721d"
            },
            {
              "id": "ccb4e623-5c3c-4289-96fb-1237c82b721d",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "35821eb2-3ffe-491a-a30b-83595af2781f",
              "reportId": "72885faa-5be8-4d99-8b4c-0ccc112f2ae7",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ccb4e623-5c3c-4289-96fb-1237c82b721d"
            }
          ],
          "selectedProducts": [
            {
              "id": "020be04f-8f5f-4fff-ade3-710c8a3530e3",
              "markerXSolutionsId": "2bd8f111-cb0f-4144-9275-d4509a0cc545",
              "productId": "61a91e96-8ca4-4a65-b5d8-b027554d5850"
            },
            {
              "id": "020be04f-8f5f-4fff-ade3-710c8a3530e3",
              "markerXSolutionsId": "2bd8f111-cb0f-4144-9275-d4509a0cc545",
              "productId": "61a91e96-8ca4-4a65-b5d8-b027554d5850"
            }
          ],
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "21769351-63d9-4846-b9e3-e6e30f7b25bc",
          "date": "2025-12-18T22:39:51.4712818Z",
          "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": "24b3cc8d-e865-4085-8802-9052b887458b",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/21769351-63d9-4846-b9e3-e6e30f7b25bc"
        },
        {
          "id": "21769351-63d9-4846-b9e3-e6e30f7b25bc",
          "date": "2025-12-18T22:39:51.4712818Z",
          "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": "24b3cc8d-e865-4085-8802-9052b887458b",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/21769351-63d9-4846-b9e3-e6e30f7b25bc"
        }
      ],
      "calculateStatus": 2
    },
    {
      "id": "6887585d-4a8f-4f52-b4fc-624c744e8440",
      "number": 2,
      "label": "sample string 3",
      "coordX": 1.0,
      "coordY": 1.0,
      "coordX2": 1.0,
      "coordY2": 1.0,
      "createdTs": "2025-12-18T22:39:51.4712818Z",
      "createdBy": "sample string 4",
      "modifiedTs": "2025-12-18T22:39:51.4712818Z",
      "modifiedBy": "sample string 5",
      "date": "2025-12-18T22:39:51.4712818Z",
      "customerId": 6,
      "qrId": "0fdc5a0d-e780-4f6e-865a-c6703d22c3ee",
      "comments": "sample string 7",
      "status": "sample string 8",
      "manualStatus": 1,
      "installerId": 1,
      "installer": {
        "id": 1,
        "firstname": "sample string 2",
        "name": "sample string 3"
      },
      "blueprintId": "328b5fb2-a2b9-4603-a63f-151a6cf7a725",
      "markerXSolutions": [
        {
          "id": "41278ba8-18a4-4940-9b3c-e316a8959285",
          "markerId": "b3f6b7a6-7326-4450-b596-af6b43420ad8",
          "solutionId": "758e5690-d085-403b-a319-8104e3acd53a",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2025-12-18T22:39:51.4712818Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "fe8ff4cf-78d9-4e2a-a5e9-3632c64e9f0e",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5755d8cf-4129-476a-87f7-8a142cad7635",
              "qrLogAttributeListValue": {
                "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                "description": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                "qrLogAttribute": {
                  "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                  "code": "sample string 2",
                  "createdTs": "2025-12-18T22:39:51.4712818Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                  "qrLogAttributeClass": {
                    "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ]
              },
              "markerXSolutionsId": "a7589514-4f7d-47c4-af65-48fc4c1e765e",
              "qrLogAttributeId": "3424dfa4-c415-456c-9447-8fdb709af35d",
              "qrLogAttribute": {
                "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                "code": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                "qrLogAttributeClass": {
                  "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "fe8ff4cf-78d9-4e2a-a5e9-3632c64e9f0e",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5755d8cf-4129-476a-87f7-8a142cad7635",
              "qrLogAttributeListValue": {
                "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                "description": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                "qrLogAttribute": {
                  "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                  "code": "sample string 2",
                  "createdTs": "2025-12-18T22:39:51.4712818Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                  "qrLogAttributeClass": {
                    "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ]
              },
              "markerXSolutionsId": "a7589514-4f7d-47c4-af65-48fc4c1e765e",
              "qrLogAttributeId": "3424dfa4-c415-456c-9447-8fdb709af35d",
              "qrLogAttribute": {
                "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                "code": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                "qrLogAttributeClass": {
                  "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "ccb4e623-5c3c-4289-96fb-1237c82b721d",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "35821eb2-3ffe-491a-a30b-83595af2781f",
              "reportId": "72885faa-5be8-4d99-8b4c-0ccc112f2ae7",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ccb4e623-5c3c-4289-96fb-1237c82b721d"
            },
            {
              "id": "ccb4e623-5c3c-4289-96fb-1237c82b721d",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "35821eb2-3ffe-491a-a30b-83595af2781f",
              "reportId": "72885faa-5be8-4d99-8b4c-0ccc112f2ae7",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ccb4e623-5c3c-4289-96fb-1237c82b721d"
            }
          ],
          "selectedProducts": [
            {
              "id": "020be04f-8f5f-4fff-ade3-710c8a3530e3",
              "markerXSolutionsId": "2bd8f111-cb0f-4144-9275-d4509a0cc545",
              "productId": "61a91e96-8ca4-4a65-b5d8-b027554d5850"
            },
            {
              "id": "020be04f-8f5f-4fff-ade3-710c8a3530e3",
              "markerXSolutionsId": "2bd8f111-cb0f-4144-9275-d4509a0cc545",
              "productId": "61a91e96-8ca4-4a65-b5d8-b027554d5850"
            }
          ],
          "isApproved": 2
        },
        {
          "id": "41278ba8-18a4-4940-9b3c-e316a8959285",
          "markerId": "b3f6b7a6-7326-4450-b596-af6b43420ad8",
          "solutionId": "758e5690-d085-403b-a319-8104e3acd53a",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "2025-12-18T22:39:51.4712818Z",
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "fe8ff4cf-78d9-4e2a-a5e9-3632c64e9f0e",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5755d8cf-4129-476a-87f7-8a142cad7635",
              "qrLogAttributeListValue": {
                "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                "description": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                "qrLogAttribute": {
                  "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                  "code": "sample string 2",
                  "createdTs": "2025-12-18T22:39:51.4712818Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                  "qrLogAttributeClass": {
                    "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ]
              },
              "markerXSolutionsId": "a7589514-4f7d-47c4-af65-48fc4c1e765e",
              "qrLogAttributeId": "3424dfa4-c415-456c-9447-8fdb709af35d",
              "qrLogAttribute": {
                "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                "code": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                "qrLogAttributeClass": {
                  "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                "taxonomyNameGeneric": "sample string 8"
              }
            },
            {
              "id": "fe8ff4cf-78d9-4e2a-a5e9-3632c64e9f0e",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "5755d8cf-4129-476a-87f7-8a142cad7635",
              "qrLogAttributeListValue": {
                "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                "description": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "isActive": true,
                "customerId": 1,
                "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                "qrLogAttribute": {
                  "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                  "code": "sample string 2",
                  "createdTs": "2025-12-18T22:39:51.4712818Z",
                  "createdBy": "sample string 3",
                  "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                  "modifiedBy": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                  "qrLogAttributeClass": {
                    "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ],
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                  "taxonomyNameGeneric": "sample string 8"
                },
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ]
              },
              "markerXSolutionsId": "a7589514-4f7d-47c4-af65-48fc4c1e765e",
              "qrLogAttributeId": "3424dfa4-c415-456c-9447-8fdb709af35d",
              "qrLogAttribute": {
                "id": "2fabdbf0-e189-45de-8d79-f887e6f3985b",
                "code": "sample string 2",
                "createdTs": "2025-12-18T22:39:51.4712818Z",
                "createdBy": "sample string 3",
                "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                "modifiedBy": "sample string 4",
                "customerId": 1,
                "visible": true,
                "qrLogAttributeClassId": "2a9d3bb9-8744-424b-b860-9d77997f508a",
                "qrLogAttributeClass": {
                  "id": "000ae3a3-d676-472e-ae03-d0dda7a5702d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    },
                    {
                      "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  },
                  {
                    "id": "a7266c7d-392c-4b66-9637-65124cb44dba",
                    "description": "sample string 2",
                    "createdTs": "2025-12-18T22:39:51.4712818Z",
                    "createdBy": "sample string 3",
                    "modifiedTs": "2025-12-18T22:39:51.4712818Z",
                    "modifiedBy": "sample string 4",
                    "isActive": true,
                    "customerId": 1,
                    "qrLogAttributeId": "b4f4a768-6511-4c47-ab42-65be3de3d5c8",
                    "translations": [
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      },
                      {
                        "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  },
                  {
                    "id": "42acc10b-8fb8-4a7e-8c27-0bfd0d14a370",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "acbbb432-502e-495c-b8ec-61e0b5824468"
                  }
                ],
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c6eacfbe-8ecd-43af-b4b0-8b547e1b1dc9",
                "taxonomyNameGeneric": "sample string 8"
              }
            }
          ],
          "attachments": [
            {
              "id": "ccb4e623-5c3c-4289-96fb-1237c82b721d",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "35821eb2-3ffe-491a-a30b-83595af2781f",
              "reportId": "72885faa-5be8-4d99-8b4c-0ccc112f2ae7",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ccb4e623-5c3c-4289-96fb-1237c82b721d"
            },
            {
              "id": "ccb4e623-5c3c-4289-96fb-1237c82b721d",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "35821eb2-3ffe-491a-a30b-83595af2781f",
              "reportId": "72885faa-5be8-4d99-8b4c-0ccc112f2ae7",
              "link": "https://firelog-api.ipcom.be/api/DownloadImage/ccb4e623-5c3c-4289-96fb-1237c82b721d"
            }
          ],
          "selectedProducts": [
            {
              "id": "020be04f-8f5f-4fff-ade3-710c8a3530e3",
              "markerXSolutionsId": "2bd8f111-cb0f-4144-9275-d4509a0cc545",
              "productId": "61a91e96-8ca4-4a65-b5d8-b027554d5850"
            },
            {
              "id": "020be04f-8f5f-4fff-ade3-710c8a3530e3",
              "markerXSolutionsId": "2bd8f111-cb0f-4144-9275-d4509a0cc545",
              "productId": "61a91e96-8ca4-4a65-b5d8-b027554d5850"
            }
          ],
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "21769351-63d9-4846-b9e3-e6e30f7b25bc",
          "date": "2025-12-18T22:39:51.4712818Z",
          "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": "24b3cc8d-e865-4085-8802-9052b887458b",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/21769351-63d9-4846-b9e3-e6e30f7b25bc"
        },
        {
          "id": "21769351-63d9-4846-b9e3-e6e30f7b25bc",
          "date": "2025-12-18T22:39:51.4712818Z",
          "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": "24b3cc8d-e865-4085-8802-9052b887458b",
          "isDeleted": true,
          "link": "https://firelog-api.ipcom.be/api/DownloadImage/21769351-63d9-4846-b9e3-e6e30f7b25bc"
        }
      ],
      "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": "3fdce0f1-9973-4779-9094-d6d7cfef6bed",
  "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": "e2cb35b8-8ddf-41db-85c8-ffebe116b260",
  "buildingComponent": "sample string 15",
  "projectId": "dc1be3e2-5857-4cee-ba8d-38d228bd1030",
  "project": "sample string 17",
  "blueprintFileId": "81751259-5cfa-45e5-bbd1-fde830531e3a",
  "blueprintFile": {
    "id": "b91595db-1362-4d0a-866d-56bb70b3d4e7",
    "name": "sample string 2",
    "content": "sample string 3",
    "snapshot": "sample string 4"
  },
  "markers": [
    {
      "id": "c3c38308-90a7-4e98-8af1-d025bde11379",
      "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": "8dd009f9-a4fa-42c0-bbea-60d04318a757",
      "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": "dd7c2f25-a87c-4110-a8fc-ac35385d0ab0",
      "blueprint": "sample string 12",
      "buildingComponent": "sample string 13",
      "buildingComponentId": "40c1a378-76ec-48c9-807a-53c32e971f72",
      "project": "sample string 15",
      "projectId": "3861803c-2c28-4e6d-818d-7f48c2013ae3",
      "qrLogAttributeXMarker": [
        {
          "id": "5991bff4-6e38-4429-8cfd-0dff94a6f905",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "9fdc2d33-d3ef-4e70-8c9b-8358c9e87bbc",
          "markerId": "75572a28-a34a-4997-87d8-ba36fae176a3",
          "qrLogAttributeId": "3b6d1aa4-9d22-4832-ac26-60b8d4dc55f9",
          "qrLogAttribute": {
            "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
            "code": "sample string 2",
            "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
            "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
            "qrLogAttributeClass": {
              "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                },
                {
                  "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
              },
              {
                "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
              }
            ],
            "isOriginatedByPim": true
          }
        },
        {
          "id": "5991bff4-6e38-4429-8cfd-0dff94a6f905",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "9fdc2d33-d3ef-4e70-8c9b-8358c9e87bbc",
          "markerId": "75572a28-a34a-4997-87d8-ba36fae176a3",
          "qrLogAttributeId": "3b6d1aa4-9d22-4832-ac26-60b8d4dc55f9",
          "qrLogAttribute": {
            "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
            "code": "sample string 2",
            "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
            "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
            "qrLogAttributeClass": {
              "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                },
                {
                  "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
              },
              {
                "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
              }
            ],
            "isOriginatedByPim": true
          }
        }
      ],
      "markerXSolutions": [
        {
          "id": "a3e25d0b-4a5d-4414-9851-dcc4be825a02",
          "markerId": "5b447ddc-324a-40a9-a202-9aaf426ae957",
          "solutionId": "f84ad988-6b02-4c9b-8cd4-3a0d7be025c1",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "1896bf1e-9698-48a0-a6cb-a301c3e474a7",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
              },
              {
                "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
                "qrLogAttributeListValue": {
                  "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                  "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                  "qrLogAttribute": {
                    "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                    "code": "sample string 2",
                    "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                    "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                    "qrLogAttributeClass": {
                      "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
                "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
                "qrLogAttributeListValue": {
                  "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                  "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                  "qrLogAttribute": {
                    "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                    "code": "sample string 2",
                    "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                    "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                    "qrLogAttributeClass": {
                      "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
                "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "407e994d-07ac-4141-94d0-c9d2f45c267e",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a2b9e485-f237-47ea-9d51-8b121c4ffe47"
            },
            {
              "id": "407e994d-07ac-4141-94d0-c9d2f45c267e",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a2b9e485-f237-47ea-9d51-8b121c4ffe47"
            }
          ],
          "selectedProducts": [
            {
              "id": "66e47c63-2894-4f58-b598-73dddbe1ecd9",
              "markerXSolutionsId": "4b597cf7-4d1f-4f47-be9d-11051a47b8a4",
              "productId": "37e592c2-aa2f-403f-b273-315659d774f2"
            },
            {
              "id": "66e47c63-2894-4f58-b598-73dddbe1ecd9",
              "markerXSolutionsId": "4b597cf7-4d1f-4f47-be9d-11051a47b8a4",
              "productId": "37e592c2-aa2f-403f-b273-315659d774f2"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "isApproved": 2
        },
        {
          "id": "a3e25d0b-4a5d-4414-9851-dcc4be825a02",
          "markerId": "5b447ddc-324a-40a9-a202-9aaf426ae957",
          "solutionId": "f84ad988-6b02-4c9b-8cd4-3a0d7be025c1",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "1896bf1e-9698-48a0-a6cb-a301c3e474a7",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
              },
              {
                "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
                "qrLogAttributeListValue": {
                  "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                  "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                  "qrLogAttribute": {
                    "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                    "code": "sample string 2",
                    "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                    "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                    "qrLogAttributeClass": {
                      "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
                "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
                "qrLogAttributeListValue": {
                  "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                  "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                  "qrLogAttribute": {
                    "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                    "code": "sample string 2",
                    "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                    "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                    "qrLogAttributeClass": {
                      "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
                "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "407e994d-07ac-4141-94d0-c9d2f45c267e",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a2b9e485-f237-47ea-9d51-8b121c4ffe47"
            },
            {
              "id": "407e994d-07ac-4141-94d0-c9d2f45c267e",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a2b9e485-f237-47ea-9d51-8b121c4ffe47"
            }
          ],
          "selectedProducts": [
            {
              "id": "66e47c63-2894-4f58-b598-73dddbe1ecd9",
              "markerXSolutionsId": "4b597cf7-4d1f-4f47-be9d-11051a47b8a4",
              "productId": "37e592c2-aa2f-403f-b273-315659d774f2"
            },
            {
              "id": "66e47c63-2894-4f58-b598-73dddbe1ecd9",
              "markerXSolutionsId": "4b597cf7-4d1f-4f47-be9d-11051a47b8a4",
              "productId": "37e592c2-aa2f-403f-b273-315659d774f2"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "0a730ce8-37b1-4476-b102-e1659c00f55e",
          "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": "c7bb1a0d-7690-4ea2-943c-b4e4a8c1a523"
        },
        {
          "id": "0a730ce8-37b1-4476-b102-e1659c00f55e",
          "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": "c7bb1a0d-7690-4ea2-943c-b4e4a8c1a523"
        }
      ],
      "archivedReports": [
        {
          "id": "0a730ce8-37b1-4476-b102-e1659c00f55e",
          "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": "c7bb1a0d-7690-4ea2-943c-b4e4a8c1a523"
        },
        {
          "id": "0a730ce8-37b1-4476-b102-e1659c00f55e",
          "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": "c7bb1a0d-7690-4ea2-943c-b4e4a8c1a523"
        }
      ],
      "productSolutions": [
        {
          "id": "1896bf1e-9698-48a0-a6cb-a301c3e474a7",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
            },
            {
              "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        },
        {
          "id": "1896bf1e-9698-48a0-a6cb-a301c3e474a7",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
            },
            {
              "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        }
      ]
    },
    {
      "id": "c3c38308-90a7-4e98-8af1-d025bde11379",
      "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": "8dd009f9-a4fa-42c0-bbea-60d04318a757",
      "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": "dd7c2f25-a87c-4110-a8fc-ac35385d0ab0",
      "blueprint": "sample string 12",
      "buildingComponent": "sample string 13",
      "buildingComponentId": "40c1a378-76ec-48c9-807a-53c32e971f72",
      "project": "sample string 15",
      "projectId": "3861803c-2c28-4e6d-818d-7f48c2013ae3",
      "qrLogAttributeXMarker": [
        {
          "id": "5991bff4-6e38-4429-8cfd-0dff94a6f905",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "9fdc2d33-d3ef-4e70-8c9b-8358c9e87bbc",
          "markerId": "75572a28-a34a-4997-87d8-ba36fae176a3",
          "qrLogAttributeId": "3b6d1aa4-9d22-4832-ac26-60b8d4dc55f9",
          "qrLogAttribute": {
            "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
            "code": "sample string 2",
            "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
            "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
            "qrLogAttributeClass": {
              "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                },
                {
                  "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
              },
              {
                "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
              }
            ],
            "isOriginatedByPim": true
          }
        },
        {
          "id": "5991bff4-6e38-4429-8cfd-0dff94a6f905",
          "value": "sample string 2",
          "qrLogAttributeListValueId": "9fdc2d33-d3ef-4e70-8c9b-8358c9e87bbc",
          "markerId": "75572a28-a34a-4997-87d8-ba36fae176a3",
          "qrLogAttributeId": "3b6d1aa4-9d22-4832-ac26-60b8d4dc55f9",
          "qrLogAttribute": {
            "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
            "code": "sample string 2",
            "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
            "value": "sample string 4",
            "customerId": 1,
            "visible": true,
            "index": 1,
            "required": true,
            "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
            "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
            "canDelete": true,
            "codeFallback": "sample string 3",
            "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
            "qrLogAttributeClass": {
              "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
              "code": "sample string 2",
              "name": "sample string 3",
              "translations": [
                {
                  "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                },
                {
                  "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                  "languageCode": "sample string 2",
                  "languageTranslation": "sample string 3",
                  "property": "sample string 4",
                  "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                }
              ]
            },
            "qrLogAttributeListValue": [
              {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              }
            ],
            "translations": [
              {
                "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
              },
              {
                "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                "languageCode": "sample string 2",
                "languageTranslation": "sample string 3",
                "property": "sample string 4",
                "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
              }
            ],
            "isOriginatedByPim": true
          }
        }
      ],
      "markerXSolutions": [
        {
          "id": "a3e25d0b-4a5d-4414-9851-dcc4be825a02",
          "markerId": "5b447ddc-324a-40a9-a202-9aaf426ae957",
          "solutionId": "f84ad988-6b02-4c9b-8cd4-3a0d7be025c1",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "1896bf1e-9698-48a0-a6cb-a301c3e474a7",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
              },
              {
                "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
                "qrLogAttributeListValue": {
                  "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                  "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                  "qrLogAttribute": {
                    "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                    "code": "sample string 2",
                    "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                    "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                    "qrLogAttributeClass": {
                      "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
                "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
                "qrLogAttributeListValue": {
                  "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                  "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                  "qrLogAttribute": {
                    "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                    "code": "sample string 2",
                    "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                    "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                    "qrLogAttributeClass": {
                      "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
                "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "407e994d-07ac-4141-94d0-c9d2f45c267e",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a2b9e485-f237-47ea-9d51-8b121c4ffe47"
            },
            {
              "id": "407e994d-07ac-4141-94d0-c9d2f45c267e",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a2b9e485-f237-47ea-9d51-8b121c4ffe47"
            }
          ],
          "selectedProducts": [
            {
              "id": "66e47c63-2894-4f58-b598-73dddbe1ecd9",
              "markerXSolutionsId": "4b597cf7-4d1f-4f47-be9d-11051a47b8a4",
              "productId": "37e592c2-aa2f-403f-b273-315659d774f2"
            },
            {
              "id": "66e47c63-2894-4f58-b598-73dddbe1ecd9",
              "markerXSolutionsId": "4b597cf7-4d1f-4f47-be9d-11051a47b8a4",
              "productId": "37e592c2-aa2f-403f-b273-315659d774f2"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "isApproved": 2
        },
        {
          "id": "a3e25d0b-4a5d-4414-9851-dcc4be825a02",
          "markerId": "5b447ddc-324a-40a9-a202-9aaf426ae957",
          "solutionId": "f84ad988-6b02-4c9b-8cd4-3a0d7be025c1",
          "amount": 3,
          "diameter": 4,
          "unit": "sample string 5",
          "width": 6,
          "height": 7,
          "length": 8,
          "comments": "sample string 9",
          "createdTs": "sample string 10",
          "solution": {
            "id": "1896bf1e-9698-48a0-a6cb-a301c3e474a7",
            "name": "sample string 2",
            "isSolution": true,
            "customerId": 4,
            "published": true,
            "image": "sample string 6",
            "isPIM": true,
            "count": 8,
            "products": [],
            "productAttachments": [
              {
                "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
              },
              {
                "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
                "name": "sample string 2",
                "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
              }
            ],
            "qRLogAttributeXSolutionViewModels": [
              {
                "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
                "qrLogAttributeListValue": {
                  "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                  "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                  "qrLogAttribute": {
                    "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                    "code": "sample string 2",
                    "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                    "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                    "qrLogAttributeClass": {
                      "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
                "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              },
              {
                "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
                "value": "sample string 2",
                "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
                "qrLogAttributeListValue": {
                  "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                  "description": "sample string 2",
                  "customerId": 1,
                  "isActive": true,
                  "canDelete": true,
                  "descriptionFallback": "sample string 3",
                  "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                  "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                  "qrLogAttribute": {
                    "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                    "code": "sample string 2",
                    "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                    "value": "sample string 4",
                    "customerId": 1,
                    "visible": true,
                    "index": 1,
                    "required": true,
                    "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                    "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                    "canDelete": true,
                    "codeFallback": "sample string 3",
                    "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                    "qrLogAttributeClass": {
                      "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                      "code": "sample string 2",
                      "name": "sample string 3",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    "qrLogAttributeListValue": [],
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ],
                    "isOriginatedByPim": true
                  },
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
                "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    },
                    {
                      "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                      "description": "sample string 2",
                      "customerId": 1,
                      "isActive": true,
                      "canDelete": true,
                      "descriptionFallback": "sample string 3",
                      "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                      "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                      "translations": [
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        },
                        {
                          "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                          "languageCode": "sample string 2",
                          "languageTranslation": "sample string 3",
                          "property": "sample string 4",
                          "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                        }
                      ]
                    }
                  ],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                }
              }
            ]
          },
          "qrLogAttributeXMarkerXSolutions": [
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ],
          "attachments": [
            {
              "id": "407e994d-07ac-4141-94d0-c9d2f45c267e",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a2b9e485-f237-47ea-9d51-8b121c4ffe47"
            },
            {
              "id": "407e994d-07ac-4141-94d0-c9d2f45c267e",
              "name": "sample string 2",
              "content": "sample string 3",
              "createdTs": "2025-12-18T22:39:51.4712818Z",
              "createdBy": "sample string 5",
              "approved": true,
              "markerXSolutionsId": "a2b9e485-f237-47ea-9d51-8b121c4ffe47"
            }
          ],
          "selectedProducts": [
            {
              "id": "66e47c63-2894-4f58-b598-73dddbe1ecd9",
              "markerXSolutionsId": "4b597cf7-4d1f-4f47-be9d-11051a47b8a4",
              "productId": "37e592c2-aa2f-403f-b273-315659d774f2"
            },
            {
              "id": "66e47c63-2894-4f58-b598-73dddbe1ecd9",
              "markerXSolutionsId": "4b597cf7-4d1f-4f47-be9d-11051a47b8a4",
              "productId": "37e592c2-aa2f-403f-b273-315659d774f2"
            }
          ],
          "dimensionDialog": true,
          "attributesDialog": true,
          "isApproved": 2
        }
      ],
      "reports": [
        {
          "id": "0a730ce8-37b1-4476-b102-e1659c00f55e",
          "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": "c7bb1a0d-7690-4ea2-943c-b4e4a8c1a523"
        },
        {
          "id": "0a730ce8-37b1-4476-b102-e1659c00f55e",
          "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": "c7bb1a0d-7690-4ea2-943c-b4e4a8c1a523"
        }
      ],
      "archivedReports": [
        {
          "id": "0a730ce8-37b1-4476-b102-e1659c00f55e",
          "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": "c7bb1a0d-7690-4ea2-943c-b4e4a8c1a523"
        },
        {
          "id": "0a730ce8-37b1-4476-b102-e1659c00f55e",
          "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": "c7bb1a0d-7690-4ea2-943c-b4e4a8c1a523"
        }
      ],
      "productSolutions": [
        {
          "id": "1896bf1e-9698-48a0-a6cb-a301c3e474a7",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
            },
            {
              "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "isOriginatedByPim": true
              }
            }
          ]
        },
        {
          "id": "1896bf1e-9698-48a0-a6cb-a301c3e474a7",
          "name": "sample string 2",
          "isSolution": true,
          "customerId": 4,
          "published": true,
          "image": "sample string 6",
          "isPIM": true,
          "count": 8,
          "products": [],
          "productAttachments": [
            {
              "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
            },
            {
              "id": "82d3e671-cb26-4dad-afef-6c52466bf9b3",
              "name": "sample string 2",
              "link": "https://firelog-api.ipcom.be/api/DownloadAttachment/82d3e671-cb26-4dad-afef-6c52466bf9b3"
            }
          ],
          "qRLogAttributeXSolutionViewModels": [
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "isOriginatedByPim": true
              }
            },
            {
              "id": "a83131eb-5b9c-4c35-b4de-195c4411efcf",
              "value": "sample string 2",
              "qrLogAttributeListValueId": "2424b99d-f142-4bf7-ad30-ca8f6f20166f",
              "qrLogAttributeListValue": {
                "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                "description": "sample string 2",
                "customerId": 1,
                "isActive": true,
                "canDelete": true,
                "descriptionFallback": "sample string 3",
                "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                "qrLogAttribute": {
                  "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                  "code": "sample string 2",
                  "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                  "value": "sample string 4",
                  "customerId": 1,
                  "visible": true,
                  "index": 1,
                  "required": true,
                  "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                  "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                  "canDelete": true,
                  "codeFallback": "sample string 3",
                  "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                  "qrLogAttributeClass": {
                    "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                    "code": "sample string 2",
                    "name": "sample string 3",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  "qrLogAttributeListValue": [],
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ],
                  "isOriginatedByPim": true
                },
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ]
              },
              "markerXSolutionsId": "518a1edd-43ae-4d89-a32b-b50360756e39",
              "qrLogAttributeId": "58b6af4d-4c89-491a-8a89-e03371070d84",
              "qrLogAttribute": {
                "id": "f9281d80-1791-4f91-90a7-d950bd796d60",
                "code": "sample string 2",
                "selectedValue": "2df224ab-1fae-491e-b3e3-0880c7bc5cf3",
                "value": "sample string 4",
                "customerId": 1,
                "visible": true,
                "index": 1,
                "required": true,
                "qrLogAttributeGlobalRefId": "c51e1ffd-a294-4813-b5d6-f21e51930dbf",
                "sourceId": "f37e4c36-3d80-4b84-a475-4d308d5b2ff3",
                "canDelete": true,
                "codeFallback": "sample string 3",
                "qrLogAttributeClassId": "b82ceeba-9498-464a-8804-d5de93ee0d80",
                "qrLogAttributeClass": {
                  "id": "b80ee5ed-c035-4385-ae5a-15c4b63ab81d",
                  "code": "sample string 2",
                  "name": "sample string 3",
                  "translations": [
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    },
                    {
                      "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                      "languageCode": "sample string 2",
                      "languageTranslation": "sample string 3",
                      "property": "sample string 4",
                      "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                    }
                  ]
                },
                "qrLogAttributeListValue": [
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  },
                  {
                    "id": "7badd277-8f87-44b9-9d5d-ffe878e0ce05",
                    "description": "sample string 2",
                    "customerId": 1,
                    "isActive": true,
                    "canDelete": true,
                    "descriptionFallback": "sample string 3",
                    "qrLogAttributeId": "f7e982fb-b05a-4a29-a7a7-7b5a54d78d20",
                    "qrLogAttributeListValueGlobalRefId": "0e67ff4d-5226-44c9-9f8b-41a1a5b3871e",
                    "translations": [
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      },
                      {
                        "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                        "languageCode": "sample string 2",
                        "languageTranslation": "sample string 3",
                        "property": "sample string 4",
                        "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                      }
                    ]
                  }
                ],
                "translations": [
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  },
                  {
                    "id": "ecd39a19-c5da-4142-b5b1-597d03234f7b",
                    "languageCode": "sample string 2",
                    "languageTranslation": "sample string 3",
                    "property": "sample string 4",
                    "translatableId": "e67babde-7fc3-4c7f-aee6-00c03cfd301b"
                  }
                ],
                "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
}