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": "886ac3ed-4d6b-4d72-a762-358799e0df45",
  "name": "sample string 2",
  "status": "sample string 3",
  "buildingName": "sample string 4",
  "createdTs": "2025-04-04T00:03:55.6327039Z",
  "createdBy": "sample string 6",
  "modifiedTs": "2025-04-04T00:03:55.633241Z",
  "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": "0025ec16-efb1-42b4-9cb8-c2da9b8f954e",
      "name": "sample string 2",
      "description": "sample string 3",
      "order": "sample string 4",
      "createdTs": "2025-04-04T00:03:55.633776Z",
      "createdBy": "sample string 6",
      "modifiedTs": "2025-04-04T00:03:55.633776Z",
      "modifiedBy": "sample string 7",
      "customerId": 8,
      "projectId": "0535fac4-bf55-49b1-889b-bfb782575852",
      "blueprints": [
        {
          "id": "22d8cfba-975f-4eef-bca0-6e0f000ab0c7",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2025-04-04T00:03:55.6348277Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2025-04-04T00:03:55.6348599Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2025-04-04T00:03:55.6348599Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2025-04-04T00:03:55.6348599Z",
          "buildingComponentId": "6c849adf-b763-4fd5-afd8-267fcd35c6af",
          "blueprintFileId": "9abfc07b-bf1e-42a1-8fe1-a4cfc09582d1",
          "blueprintFile": {
            "id": "c06b0a34-3bde-4b3c-bb54-82fd3ec01c12",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-04-04T00:03:55.6354025Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2025-04-04T00:03:55.6354025Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "f8b2531b-8e49-4c5a-9739-786c9eda11c1",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-04T00:03:55.6364879Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-04T00:03:55.6364879Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-04T00:03:55.6364879Z",
              "customerId": 6,
              "qrId": "9268e25a-d289-400a-8760-5bb17779534d",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "ae0b55b4-9c95-485f-9a66-5ad7cd1e0cb6",
              "markerXSolutions": [
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                },
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "f8b2531b-8e49-4c5a-9739-786c9eda11c1",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-04T00:03:55.6364879Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-04T00:03:55.6364879Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-04T00:03:55.6364879Z",
              "customerId": 6,
              "qrId": "9268e25a-d289-400a-8760-5bb17779534d",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "ae0b55b4-9c95-485f-9a66-5ad7cd1e0cb6",
              "markerXSolutions": [
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                },
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                }
              ],
              "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": "22d8cfba-975f-4eef-bca0-6e0f000ab0c7",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2025-04-04T00:03:55.6348277Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2025-04-04T00:03:55.6348599Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2025-04-04T00:03:55.6348599Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2025-04-04T00:03:55.6348599Z",
          "buildingComponentId": "6c849adf-b763-4fd5-afd8-267fcd35c6af",
          "blueprintFileId": "9abfc07b-bf1e-42a1-8fe1-a4cfc09582d1",
          "blueprintFile": {
            "id": "c06b0a34-3bde-4b3c-bb54-82fd3ec01c12",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-04-04T00:03:55.6354025Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2025-04-04T00:03:55.6354025Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "f8b2531b-8e49-4c5a-9739-786c9eda11c1",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-04T00:03:55.6364879Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-04T00:03:55.6364879Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-04T00:03:55.6364879Z",
              "customerId": 6,
              "qrId": "9268e25a-d289-400a-8760-5bb17779534d",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "ae0b55b4-9c95-485f-9a66-5ad7cd1e0cb6",
              "markerXSolutions": [
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                },
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "f8b2531b-8e49-4c5a-9739-786c9eda11c1",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-04T00:03:55.6364879Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-04T00:03:55.6364879Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-04T00:03:55.6364879Z",
              "customerId": 6,
              "qrId": "9268e25a-d289-400a-8760-5bb17779534d",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "ae0b55b4-9c95-485f-9a66-5ad7cd1e0cb6",
              "markerXSolutions": [
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                },
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                }
              ],
              "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": "0025ec16-efb1-42b4-9cb8-c2da9b8f954e",
      "name": "sample string 2",
      "description": "sample string 3",
      "order": "sample string 4",
      "createdTs": "2025-04-04T00:03:55.633776Z",
      "createdBy": "sample string 6",
      "modifiedTs": "2025-04-04T00:03:55.633776Z",
      "modifiedBy": "sample string 7",
      "customerId": 8,
      "projectId": "0535fac4-bf55-49b1-889b-bfb782575852",
      "blueprints": [
        {
          "id": "22d8cfba-975f-4eef-bca0-6e0f000ab0c7",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2025-04-04T00:03:55.6348277Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2025-04-04T00:03:55.6348599Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2025-04-04T00:03:55.6348599Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2025-04-04T00:03:55.6348599Z",
          "buildingComponentId": "6c849adf-b763-4fd5-afd8-267fcd35c6af",
          "blueprintFileId": "9abfc07b-bf1e-42a1-8fe1-a4cfc09582d1",
          "blueprintFile": {
            "id": "c06b0a34-3bde-4b3c-bb54-82fd3ec01c12",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-04-04T00:03:55.6354025Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2025-04-04T00:03:55.6354025Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "f8b2531b-8e49-4c5a-9739-786c9eda11c1",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-04T00:03:55.6364879Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-04T00:03:55.6364879Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-04T00:03:55.6364879Z",
              "customerId": 6,
              "qrId": "9268e25a-d289-400a-8760-5bb17779534d",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "ae0b55b4-9c95-485f-9a66-5ad7cd1e0cb6",
              "markerXSolutions": [
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                },
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "f8b2531b-8e49-4c5a-9739-786c9eda11c1",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-04T00:03:55.6364879Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-04T00:03:55.6364879Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-04T00:03:55.6364879Z",
              "customerId": 6,
              "qrId": "9268e25a-d289-400a-8760-5bb17779534d",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "ae0b55b4-9c95-485f-9a66-5ad7cd1e0cb6",
              "markerXSolutions": [
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                },
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                }
              ],
              "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": "22d8cfba-975f-4eef-bca0-6e0f000ab0c7",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2025-04-04T00:03:55.6348277Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2025-04-04T00:03:55.6348599Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2025-04-04T00:03:55.6348599Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2025-04-04T00:03:55.6348599Z",
          "buildingComponentId": "6c849adf-b763-4fd5-afd8-267fcd35c6af",
          "blueprintFileId": "9abfc07b-bf1e-42a1-8fe1-a4cfc09582d1",
          "blueprintFile": {
            "id": "c06b0a34-3bde-4b3c-bb54-82fd3ec01c12",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2025-04-04T00:03:55.6354025Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2025-04-04T00:03:55.6354025Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "f8b2531b-8e49-4c5a-9739-786c9eda11c1",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-04T00:03:55.6364879Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-04T00:03:55.6364879Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-04T00:03:55.6364879Z",
              "customerId": 6,
              "qrId": "9268e25a-d289-400a-8760-5bb17779534d",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "ae0b55b4-9c95-485f-9a66-5ad7cd1e0cb6",
              "markerXSolutions": [
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                },
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "f8b2531b-8e49-4c5a-9739-786c9eda11c1",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2025-04-04T00:03:55.6364879Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2025-04-04T00:03:55.6364879Z",
              "modifiedBy": "sample string 5",
              "date": "2025-04-04T00:03:55.6364879Z",
              "customerId": 6,
              "qrId": "9268e25a-d289-400a-8760-5bb17779534d",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "ae0b55b4-9c95-485f-9a66-5ad7cd1e0cb6",
              "markerXSolutions": [
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "0e89fe00-edc1-4901-b304-b05fc4f29b90",
                  "markerId": "11de44e5-a009-46d8-b3f0-085948c4d42f",
                  "solutionId": "94b14271-1a4d-4434-b5b5-a507a9c63480",
                  "taxonomy263415Id": "a970a869-1023-4c06-8e16-73d4917c382b",
                  "amount": 3,
                  "diameter": 4.0,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8.0,
                  "comments": "sample string 9",
                  "createdTs": "2025-04-04T00:03:55.6375444Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "6edb2673-0657-4dd8-b3e3-e300568a1ca5",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "67782c33-6820-4290-8d72-7a15724b108d",
                      "qrLogAttributeListValue": {
                        "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                        "description": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                        "qrLogAttribute": {
                          "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                          "code": "sample string 2",
                          "createdTs": "2025-04-04T00:03:55.6375444Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                          "qrLogAttributeClass": {
                            "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ]
                      },
                      "markerXSolutionsId": "a2c8f1db-198c-4d2b-b018-f797ae36ff35",
                      "qrLogAttributeId": "d7865fd7-83b8-4c87-90c1-1ae0c8a024f6",
                      "qrLogAttribute": {
                        "id": "78d7bde1-1fba-4321-9f4c-3f0cd3f4bc14",
                        "code": "sample string 2",
                        "createdTs": "2025-04-04T00:03:55.6375444Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "2d7c1aa2-05e2-4b29-916c-6d656abac776",
                        "qrLogAttributeClass": {
                          "id": "818522a7-750a-445e-bba4-1a1bb105c67a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            },
                            {
                              "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          },
                          {
                            "id": "2dba971a-ee2d-4b7d-a072-3969a6500e7d",
                            "description": "sample string 2",
                            "createdTs": "2025-04-04T00:03:55.6375444Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2025-04-04T00:03:55.6375444Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "8f8b214c-5283-432c-9e67-de5e2e7813a5",
                            "translations": [
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              },
                              {
                                "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          },
                          {
                            "id": "c02932dc-5e0e-428f-b4bf-7025b1080741",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "5ed5247b-4b3a-4878-b56f-302c42a984c7"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "0609ebe5-61b1-4f86-911c-5520f3c05f04",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    },
                    {
                      "id": "8b92400a-ee70-4ac1-af0a-b0fc0afd47a6",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2025-04-04T00:03:55.6375444Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "67aaf51e-478b-4c46-9846-31d92a559aef",
                      "reportId": "49fa5f9f-5220-43e3-a2f5-ba51a47a4251",
                      "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/8b92400a-ee70-4ac1-af0a-b0fc0afd47a6"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    },
                    {
                      "id": "cb86938f-d48e-4da5-b4f8-5b3192391ad5",
                      "markerXSolutionsId": "b0404ba7-3fec-4bb3-ba41-57736ba750ae",
                      "productId": "7327e48f-bf91-48c1-8963-4c252e07a486"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                },
                {
                  "id": "abc2e98b-2150-4ec9-b70e-48f673862f4d",
                  "date": "2025-04-04T00:03:55.6375444Z",
                  "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": "da0aafce-2860-4097-a88b-203f4304a1ac",
                  "isDeleted": true,
                  "link": "https://firelog-api-uat.ipcom.be/api/DownloadImage/abc2e98b-2150-4ec9-b70e-48f673862f4d"
                }
              ],
              "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-uat.ipcom.be/api/DownloadImage/886ac3ed-4d6b-4d72-a762-358799e0df45"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.