POST api/Projects

Request Information

URI Parameters

None.

Body Parameters

Project
NameDescriptionTypeAdditional information
Id

globally unique identifier

Required

Name

string

Required

Status

string

Required

BuildingName

string

Required

CreatedTs

date

None.

CreatedBy

string

None.

ModifiedTs

date

None.

ModifiedBy

string

None.

CustomerId

integer

None.

Image

string

None.

Street

string

None.

No

string

None.

PostalCode

string

None.

City

string

None.

Country

string

None.

ContactName

string

None.

ContactFunction

string

None.

Mobile

string

None.

Email

string

None.

BuildingComponents

Collection of BuildingComponent

None.

IsDeleted

boolean

None.

Installers

Collection of Installer

None.

Link

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "d73b722b-68f9-478a-b25d-3cc3aa7180ad",
  "name": "sample string 2",
  "status": "sample string 3",
  "buildingName": "sample string 4",
  "createdTs": "2026-09-23T10:57:20.0530165Z",
  "createdBy": "sample string 6",
  "modifiedTs": "2026-09-23T10:57:20.0530165Z",
  "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": [
    {
      "id": "fd6a29dc-7165-4d41-8792-1df6d472bb27",
      "name": "sample string 2",
      "description": "sample string 3",
      "order": "sample string 4",
      "createdTs": "2026-09-23T10:57:20.0530165Z",
      "createdBy": "sample string 6",
      "modifiedTs": "2026-09-23T10:57:20.0530165Z",
      "modifiedBy": "sample string 7",
      "customerId": 8,
      "projectId": "3f620f5b-bffd-4741-9f7b-05f3bf61a173",
      "blueprints": [
        {
          "id": "bccd2ca1-6249-4131-96a2-75de00449d9c",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2026-09-23T10:57:20.0530165Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2026-09-23T10:57:20.0530165Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2026-09-23T10:57:20.0530165Z",
          "buildingComponentId": "a8e95e06-d8a7-4441-a02b-2bf9c75471ff",
          "blueprintFileId": "c67a4723-bdc8-4655-8692-8bf9786f9540",
          "blueprintFile": {
            "id": "af9236db-82ab-4453-9c73-e881f91092cf",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2026-09-23T10:57:20.0530165Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "edb25b47-2920-45fd-819d-82b073670603",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2026-09-23T10:57:20.0530165Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2026-09-23T10:57:20.0530165Z",
              "modifiedBy": "sample string 5",
              "date": "2026-09-23T10:57:20.0530165Z",
              "customerId": 6,
              "qrId": "c70972d7-7369-48cf-ba79-e8533baebd49",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "a9dd9b97-ad61-4990-89f4-1a6c03ccbffa",
              "markerXSolutions": [
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                },
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "edb25b47-2920-45fd-819d-82b073670603",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2026-09-23T10:57:20.0530165Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2026-09-23T10:57:20.0530165Z",
              "modifiedBy": "sample string 5",
              "date": "2026-09-23T10:57:20.0530165Z",
              "customerId": 6,
              "qrId": "c70972d7-7369-48cf-ba79-e8533baebd49",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "a9dd9b97-ad61-4990-89f4-1a6c03ccbffa",
              "markerXSolutions": [
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                },
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                }
              ],
              "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
        },
        {
          "id": "bccd2ca1-6249-4131-96a2-75de00449d9c",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2026-09-23T10:57:20.0530165Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2026-09-23T10:57:20.0530165Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2026-09-23T10:57:20.0530165Z",
          "buildingComponentId": "a8e95e06-d8a7-4441-a02b-2bf9c75471ff",
          "blueprintFileId": "c67a4723-bdc8-4655-8692-8bf9786f9540",
          "blueprintFile": {
            "id": "af9236db-82ab-4453-9c73-e881f91092cf",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2026-09-23T10:57:20.0530165Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "edb25b47-2920-45fd-819d-82b073670603",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2026-09-23T10:57:20.0530165Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2026-09-23T10:57:20.0530165Z",
              "modifiedBy": "sample string 5",
              "date": "2026-09-23T10:57:20.0530165Z",
              "customerId": 6,
              "qrId": "c70972d7-7369-48cf-ba79-e8533baebd49",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "a9dd9b97-ad61-4990-89f4-1a6c03ccbffa",
              "markerXSolutions": [
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                },
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "edb25b47-2920-45fd-819d-82b073670603",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2026-09-23T10:57:20.0530165Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2026-09-23T10:57:20.0530165Z",
              "modifiedBy": "sample string 5",
              "date": "2026-09-23T10:57:20.0530165Z",
              "customerId": 6,
              "qrId": "c70972d7-7369-48cf-ba79-e8533baebd49",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "a9dd9b97-ad61-4990-89f4-1a6c03ccbffa",
              "markerXSolutions": [
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                },
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                }
              ],
              "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
        }
      ],
      "installers": [
        {
          "id": 1,
          "firstname": "sample string 2",
          "name": "sample string 3"
        },
        {
          "id": 1,
          "firstname": "sample string 2",
          "name": "sample string 3"
        }
      ],
      "isDeleted": true
    },
    {
      "id": "fd6a29dc-7165-4d41-8792-1df6d472bb27",
      "name": "sample string 2",
      "description": "sample string 3",
      "order": "sample string 4",
      "createdTs": "2026-09-23T10:57:20.0530165Z",
      "createdBy": "sample string 6",
      "modifiedTs": "2026-09-23T10:57:20.0530165Z",
      "modifiedBy": "sample string 7",
      "customerId": 8,
      "projectId": "3f620f5b-bffd-4741-9f7b-05f3bf61a173",
      "blueprints": [
        {
          "id": "bccd2ca1-6249-4131-96a2-75de00449d9c",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2026-09-23T10:57:20.0530165Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2026-09-23T10:57:20.0530165Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2026-09-23T10:57:20.0530165Z",
          "buildingComponentId": "a8e95e06-d8a7-4441-a02b-2bf9c75471ff",
          "blueprintFileId": "c67a4723-bdc8-4655-8692-8bf9786f9540",
          "blueprintFile": {
            "id": "af9236db-82ab-4453-9c73-e881f91092cf",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2026-09-23T10:57:20.0530165Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "edb25b47-2920-45fd-819d-82b073670603",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2026-09-23T10:57:20.0530165Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2026-09-23T10:57:20.0530165Z",
              "modifiedBy": "sample string 5",
              "date": "2026-09-23T10:57:20.0530165Z",
              "customerId": 6,
              "qrId": "c70972d7-7369-48cf-ba79-e8533baebd49",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "a9dd9b97-ad61-4990-89f4-1a6c03ccbffa",
              "markerXSolutions": [
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                },
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "edb25b47-2920-45fd-819d-82b073670603",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2026-09-23T10:57:20.0530165Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2026-09-23T10:57:20.0530165Z",
              "modifiedBy": "sample string 5",
              "date": "2026-09-23T10:57:20.0530165Z",
              "customerId": 6,
              "qrId": "c70972d7-7369-48cf-ba79-e8533baebd49",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "a9dd9b97-ad61-4990-89f4-1a6c03ccbffa",
              "markerXSolutions": [
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                },
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                }
              ],
              "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
        },
        {
          "id": "bccd2ca1-6249-4131-96a2-75de00449d9c",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2026-09-23T10:57:20.0530165Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2026-09-23T10:57:20.0530165Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2026-09-23T10:57:20.0530165Z",
          "buildingComponentId": "a8e95e06-d8a7-4441-a02b-2bf9c75471ff",
          "blueprintFileId": "c67a4723-bdc8-4655-8692-8bf9786f9540",
          "blueprintFile": {
            "id": "af9236db-82ab-4453-9c73-e881f91092cf",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2026-09-23T10:57:20.0530165Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "edb25b47-2920-45fd-819d-82b073670603",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2026-09-23T10:57:20.0530165Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2026-09-23T10:57:20.0530165Z",
              "modifiedBy": "sample string 5",
              "date": "2026-09-23T10:57:20.0530165Z",
              "customerId": 6,
              "qrId": "c70972d7-7369-48cf-ba79-e8533baebd49",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "a9dd9b97-ad61-4990-89f4-1a6c03ccbffa",
              "markerXSolutions": [
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                },
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "edb25b47-2920-45fd-819d-82b073670603",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2026-09-23T10:57:20.0530165Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2026-09-23T10:57:20.0530165Z",
              "modifiedBy": "sample string 5",
              "date": "2026-09-23T10:57:20.0530165Z",
              "customerId": 6,
              "qrId": "c70972d7-7369-48cf-ba79-e8533baebd49",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "a9dd9b97-ad61-4990-89f4-1a6c03ccbffa",
              "markerXSolutions": [
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "798ac8a2-5e4f-4518-8f71-32987fe42d5d",
                  "markerId": "9cc56702-6b1f-4980-8201-8a0dbe2fca55",
                  "solutionId": "83d95625-29ea-45e8-b35c-dd21d78166c9",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2026-09-23T10:57:20.0530165Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "b3b19c8b-2038-4fa3-9824-148121d4b3f5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "f65f85da-6df0-4d43-92c6-d05d86797ab4",
                      "qrLogAttributeListValue": {
                        "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                        "description": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                        "qrLogAttribute": {
                          "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                          "code": "sample string 2",
                          "createdTs": "2026-09-23T10:57:20.0530165Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                          "qrLogAttributeClass": {
                            "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "058d5c8c-78bd-484d-bbdb-8118e57f2f76",
                      "qrLogAttributeId": "f86edde0-d431-400d-877b-61e66763295e",
                      "qrLogAttribute": {
                        "id": "70a9b5f1-e3ee-4761-b0ea-7419a09710dc",
                        "code": "sample string 2",
                        "createdTs": "2026-09-23T10:57:20.0530165Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "efee9ca6-97c1-46b6-b0ec-96fc8a24f3c3",
                        "qrLogAttributeClass": {
                          "id": "e1264865-07f2-4802-a8d0-7f325cb4b3a4",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            },
                            {
                              "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          },
                          {
                            "id": "a9ee965d-a761-4a88-950e-12fffebfa723",
                            "description": "sample string 2",
                            "createdTs": "2026-09-23T10:57:20.0530165Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2026-09-23T10:57:20.0530165Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "2c7ae1a3-e966-404b-9098-64a9ab8814a7",
                            "translations": [
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              },
                              {
                                "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          },
                          {
                            "id": "2e32c17c-6e21-40dc-b6ce-315a0e9ce6ec",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "2baf0d5a-7a6a-4c75-a567-01bce6bceb6b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "f6d918a6-3d1f-407c-a2dc-21e6f2b8c2f0",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    },
                    {
                      "id": "42f6bec9-074c-41d2-b06a-ff62a5e32815",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2026-09-23T10:57:20.0530165Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7225375d-1d7b-4eb9-88c6-39684f80eb9e",
                      "reportId": "84e6a189-99a2-442b-a857-9a2657ce147d",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/42f6bec9-074c-41d2-b06a-ff62a5e32815"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    },
                    {
                      "id": "38c6339d-b3b1-4276-9ee9-b1ff8f7b1105",
                      "markerXSolutionsId": "b97f5dec-3c21-4c76-8350-51023893ce19",
                      "productId": "63bbdcdd-645e-4d90-96a0-0802b11fffb9"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                },
                {
                  "id": "0f691dbd-b853-42e9-9ed4-537a75d64652",
                  "date": "2026-09-23T10:57:20.0530165Z",
                  "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": "d546d74d-be3a-4d64-9715-c0162adcf8db",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/0f691dbd-b853-42e9-9ed4-537a75d64652"
                }
              ],
              "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
        }
      ],
      "installers": [
        {
          "id": 1,
          "firstname": "sample string 2",
          "name": "sample string 3"
        },
        {
          "id": 1,
          "firstname": "sample string 2",
          "name": "sample string 3"
        }
      ],
      "isDeleted": true
    }
  ],
  "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/d73b722b-68f9-478a-b25d-3cc3aa7180ad"
}

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 'Project'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.