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": "b7143a68-b336-4e6b-83db-f85eea38a805",
  "name": "sample string 2",
  "status": "sample string 3",
  "buildingName": "sample string 4",
  "createdTs": "2024-09-19T18:47:53.2351382Z",
  "createdBy": "sample string 6",
  "modifiedTs": "2024-09-19T18:47:53.2351382Z",
  "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": "dd926832-e138-4101-b4d0-c2ef66e75e35",
      "name": "sample string 2",
      "description": "sample string 3",
      "order": "sample string 4",
      "createdTs": "2024-09-19T18:47:53.2351382Z",
      "createdBy": "sample string 6",
      "modifiedTs": "2024-09-19T18:47:53.2351382Z",
      "modifiedBy": "sample string 7",
      "customerId": 8,
      "projectId": "38a0fab0-cad7-4bef-8301-d25a473bef08",
      "blueprints": [
        {
          "id": "35a259b2-c951-4478-a5e0-5508d38dc9d4",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2024-09-19T18:47:53.2351382Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2024-09-19T18:47:53.2351382Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2024-09-19T18:47:53.2351382Z",
          "buildingComponentId": "dff85f96-d630-49b0-98db-f9886ad14443",
          "blueprintFileId": "523f0f6c-82e3-47cf-b06f-193641dbd2a6",
          "blueprintFile": {
            "id": "9de145c6-adaf-4c32-a205-679daf4fac4e",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2024-09-19T18:47:53.2351382Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "f3976f6f-8e11-42ec-a4e2-d276283be53a",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2024-09-19T18:47:53.2351382Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2024-09-19T18:47:53.2351382Z",
              "modifiedBy": "sample string 5",
              "date": "2024-09-19T18:47:53.2351382Z",
              "customerId": 6,
              "qrId": "50d3f5a9-ec02-4147-a53c-d6624bd6c45f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f50d594c-df5b-46e6-9307-ad798ca6d001",
              "markerXSolutions": [
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                },
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "f3976f6f-8e11-42ec-a4e2-d276283be53a",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2024-09-19T18:47:53.2351382Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2024-09-19T18:47:53.2351382Z",
              "modifiedBy": "sample string 5",
              "date": "2024-09-19T18:47:53.2351382Z",
              "customerId": 6,
              "qrId": "50d3f5a9-ec02-4147-a53c-d6624bd6c45f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f50d594c-df5b-46e6-9307-ad798ca6d001",
              "markerXSolutions": [
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                },
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                }
              ],
              "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": "35a259b2-c951-4478-a5e0-5508d38dc9d4",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2024-09-19T18:47:53.2351382Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2024-09-19T18:47:53.2351382Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2024-09-19T18:47:53.2351382Z",
          "buildingComponentId": "dff85f96-d630-49b0-98db-f9886ad14443",
          "blueprintFileId": "523f0f6c-82e3-47cf-b06f-193641dbd2a6",
          "blueprintFile": {
            "id": "9de145c6-adaf-4c32-a205-679daf4fac4e",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2024-09-19T18:47:53.2351382Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "f3976f6f-8e11-42ec-a4e2-d276283be53a",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2024-09-19T18:47:53.2351382Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2024-09-19T18:47:53.2351382Z",
              "modifiedBy": "sample string 5",
              "date": "2024-09-19T18:47:53.2351382Z",
              "customerId": 6,
              "qrId": "50d3f5a9-ec02-4147-a53c-d6624bd6c45f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f50d594c-df5b-46e6-9307-ad798ca6d001",
              "markerXSolutions": [
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                },
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "f3976f6f-8e11-42ec-a4e2-d276283be53a",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2024-09-19T18:47:53.2351382Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2024-09-19T18:47:53.2351382Z",
              "modifiedBy": "sample string 5",
              "date": "2024-09-19T18:47:53.2351382Z",
              "customerId": 6,
              "qrId": "50d3f5a9-ec02-4147-a53c-d6624bd6c45f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f50d594c-df5b-46e6-9307-ad798ca6d001",
              "markerXSolutions": [
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                },
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                }
              ],
              "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": "dd926832-e138-4101-b4d0-c2ef66e75e35",
      "name": "sample string 2",
      "description": "sample string 3",
      "order": "sample string 4",
      "createdTs": "2024-09-19T18:47:53.2351382Z",
      "createdBy": "sample string 6",
      "modifiedTs": "2024-09-19T18:47:53.2351382Z",
      "modifiedBy": "sample string 7",
      "customerId": 8,
      "projectId": "38a0fab0-cad7-4bef-8301-d25a473bef08",
      "blueprints": [
        {
          "id": "35a259b2-c951-4478-a5e0-5508d38dc9d4",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2024-09-19T18:47:53.2351382Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2024-09-19T18:47:53.2351382Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2024-09-19T18:47:53.2351382Z",
          "buildingComponentId": "dff85f96-d630-49b0-98db-f9886ad14443",
          "blueprintFileId": "523f0f6c-82e3-47cf-b06f-193641dbd2a6",
          "blueprintFile": {
            "id": "9de145c6-adaf-4c32-a205-679daf4fac4e",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2024-09-19T18:47:53.2351382Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "f3976f6f-8e11-42ec-a4e2-d276283be53a",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2024-09-19T18:47:53.2351382Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2024-09-19T18:47:53.2351382Z",
              "modifiedBy": "sample string 5",
              "date": "2024-09-19T18:47:53.2351382Z",
              "customerId": 6,
              "qrId": "50d3f5a9-ec02-4147-a53c-d6624bd6c45f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f50d594c-df5b-46e6-9307-ad798ca6d001",
              "markerXSolutions": [
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                },
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "f3976f6f-8e11-42ec-a4e2-d276283be53a",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2024-09-19T18:47:53.2351382Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2024-09-19T18:47:53.2351382Z",
              "modifiedBy": "sample string 5",
              "date": "2024-09-19T18:47:53.2351382Z",
              "customerId": 6,
              "qrId": "50d3f5a9-ec02-4147-a53c-d6624bd6c45f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f50d594c-df5b-46e6-9307-ad798ca6d001",
              "markerXSolutions": [
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                },
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                }
              ],
              "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": "35a259b2-c951-4478-a5e0-5508d38dc9d4",
          "name": "sample string 2",
          "description": "sample string 3",
          "markerName": "sample string 4",
          "order": "sample string 5",
          "createdTs": "2024-09-19T18:47:53.2351382Z",
          "createdBy": "sample string 6",
          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
          "modifiedBy": "sample string 7",
          "customerId": 8,
          "isOffline": true,
          "offlineByUserId": 1,
          "offlineByUserName": "sample string 10",
          "deadline": "2024-09-19T18:47:53.2351382Z",
          "isLocked": true,
          "lockedByUserId": 1,
          "lockedByUserName": "sample string 12",
          "lockedTs": "2024-09-19T18:47:53.2351382Z",
          "buildingComponentId": "dff85f96-d630-49b0-98db-f9886ad14443",
          "blueprintFileId": "523f0f6c-82e3-47cf-b06f-193641dbd2a6",
          "blueprintFile": {
            "id": "9de145c6-adaf-4c32-a205-679daf4fac4e",
            "name": "sample string 2",
            "content": "sample string 3",
            "createdTs": "2024-09-19T18:47:53.2351382Z",
            "createdBy": "sample string 4",
            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
            "modifiedBy": "sample string 5",
            "snapshot": "QEA="
          },
          "markers": [
            {
              "id": "f3976f6f-8e11-42ec-a4e2-d276283be53a",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2024-09-19T18:47:53.2351382Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2024-09-19T18:47:53.2351382Z",
              "modifiedBy": "sample string 5",
              "date": "2024-09-19T18:47:53.2351382Z",
              "customerId": 6,
              "qrId": "50d3f5a9-ec02-4147-a53c-d6624bd6c45f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f50d594c-df5b-46e6-9307-ad798ca6d001",
              "markerXSolutions": [
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                },
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                }
              ],
              "calculateStatus": 2
            },
            {
              "id": "f3976f6f-8e11-42ec-a4e2-d276283be53a",
              "number": 2,
              "label": "sample string 3",
              "coordX": 1.0,
              "coordY": 1.0,
              "coordX2": 1.0,
              "coordY2": 1.0,
              "createdTs": "2024-09-19T18:47:53.2351382Z",
              "createdBy": "sample string 4",
              "modifiedTs": "2024-09-19T18:47:53.2351382Z",
              "modifiedBy": "sample string 5",
              "date": "2024-09-19T18:47:53.2351382Z",
              "customerId": 6,
              "qrId": "50d3f5a9-ec02-4147-a53c-d6624bd6c45f",
              "comments": "sample string 7",
              "status": "sample string 8",
              "manualStatus": 1,
              "installerId": 1,
              "installer": {
                "id": 1,
                "firstname": "sample string 2",
                "name": "sample string 3"
              },
              "blueprintId": "f50d594c-df5b-46e6-9307-ad798ca6d001",
              "markerXSolutions": [
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                },
                {
                  "id": "98cbf510-3910-48ef-b909-c9935b1e1730",
                  "markerId": "9f7b0175-209e-4f21-9879-3b71fa0995c9",
                  "solutionId": "346c9367-77ec-4e2d-824c-6c05fcd9e2f1",
                  "amount": 3,
                  "diameter": 4,
                  "unit": "sample string 5",
                  "width": 6,
                  "height": 7,
                  "length": 8,
                  "comments": "sample string 9",
                  "createdTs": "2024-09-19T18:47:53.2351382Z",
                  "qrLogAttributeXMarkerXSolutions": [
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    },
                    {
                      "id": "70c42ab4-d661-4189-81c4-e8581afc41ac",
                      "value": "sample string 2",
                      "qrLogAttributeListValueId": "7c5fda8a-893c-4763-8b0b-16675f7a8a48",
                      "qrLogAttributeListValue": {
                        "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                        "description": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "isActive": true,
                        "customerId": 1,
                        "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                        "qrLogAttribute": {
                          "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                          "code": "sample string 2",
                          "createdTs": "2024-09-19T18:47:53.2351382Z",
                          "createdBy": "sample string 3",
                          "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                          "modifiedBy": "sample string 4",
                          "customerId": 1,
                          "visible": true,
                          "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                          "qrLogAttributeClass": {
                            "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                            "code": "sample string 2",
                            "name": "sample string 3",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          "qrLogAttributeListValue": [],
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ],
                          "index": 1,
                          "required": true,
                          "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                          "taxonomyNameGeneric": "sample string 8"
                        },
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ]
                      },
                      "markerXSolutionsId": "2627b309-4318-4b7f-8f81-e7762c27589c",
                      "qrLogAttributeId": "5e54a6a1-ca2f-49d3-a9a4-86c82be61d82",
                      "qrLogAttribute": {
                        "id": "c5ca4587-18b4-4249-ae3a-4d0335d585ab",
                        "code": "sample string 2",
                        "createdTs": "2024-09-19T18:47:53.2351382Z",
                        "createdBy": "sample string 3",
                        "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                        "modifiedBy": "sample string 4",
                        "customerId": 1,
                        "visible": true,
                        "qrLogAttributeClassId": "c1cbe39f-37ac-4a7c-9710-2bb53e1ec56a",
                        "qrLogAttributeClass": {
                          "id": "93fa4e6d-6bfa-422b-bf4b-df803914af3a",
                          "code": "sample string 2",
                          "name": "sample string 3",
                          "translations": [
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            },
                            {
                              "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                              "languageCode": "sample string 2",
                              "languageTranslation": "sample string 3",
                              "property": "sample string 4",
                              "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                            }
                          ]
                        },
                        "qrLogAttributeListValue": [
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          },
                          {
                            "id": "da4ff930-f11b-4ec7-9c9b-c1119e5af588",
                            "description": "sample string 2",
                            "createdTs": "2024-09-19T18:47:53.2351382Z",
                            "createdBy": "sample string 3",
                            "modifiedTs": "2024-09-19T18:47:53.2351382Z",
                            "modifiedBy": "sample string 4",
                            "isActive": true,
                            "customerId": 1,
                            "qrLogAttributeId": "b0f5dfe1-d74f-4fd7-bc58-1768e06256db",
                            "translations": [
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              },
                              {
                                "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                                "languageCode": "sample string 2",
                                "languageTranslation": "sample string 3",
                                "property": "sample string 4",
                                "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                              }
                            ]
                          }
                        ],
                        "translations": [
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          },
                          {
                            "id": "1217cb2d-4b44-44f1-aa09-ecc688d687fa",
                            "languageCode": "sample string 2",
                            "languageTranslation": "sample string 3",
                            "property": "sample string 4",
                            "translatableId": "1a1fb879-900f-4453-ba3e-b5bd7537266b"
                          }
                        ],
                        "index": 1,
                        "required": true,
                        "qrLogAttributeGlobalRefId": "353a7b76-8072-49b8-a7c8-3b8511dd086f",
                        "taxonomyNameGeneric": "sample string 8"
                      }
                    }
                  ],
                  "attachments": [
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    },
                    {
                      "id": "04b8a6e5-0ca7-47ba-894b-218eca37f18c",
                      "name": "sample string 2",
                      "content": "sample string 3",
                      "createdTs": "2024-09-19T18:47:53.2351382Z",
                      "createdBy": "sample string 5",
                      "approved": true,
                      "markerXSolutionsId": "7ced764d-e607-46f0-81c3-3953d77bd4c3",
                      "reportId": "d7a50471-3fdb-4822-85bc-d7e2162b4354",
                      "link": "https://firelog-api.ipcom.be/api/DownloadImage/04b8a6e5-0ca7-47ba-894b-218eca37f18c"
                    }
                  ],
                  "selectedProducts": [
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    },
                    {
                      "id": "108aff1a-cb6a-4642-9a0c-2396b41748fc",
                      "markerXSolutionsId": "c0330158-dc1c-4076-9121-9b28e3d617c0",
                      "productId": "7277122f-6155-4c98-a14b-5a1831341433"
                    }
                  ],
                  "isApproved": 2
                }
              ],
              "reports": [
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                },
                {
                  "id": "f8f3eb35-a999-4a2d-af84-36b9207bac44",
                  "date": "2024-09-19T18:47:53.2351382Z",
                  "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": "66c0194c-1e0d-4b29-88a3-35d44d2a2eca",
                  "isDeleted": true,
                  "link": "https://firelog-api.ipcom.be/api/DownloadImage/f8f3eb35-a999-4a2d-af84-36b9207bac44"
                }
              ],
              "calculateStatus": 2
            }
          ],
          "installers": [
            {
              "id": 1,
              "firstname": "sample string 2",
              "name": "sample string 3"
            },
            {
              "id": 1,
              "firstname": "sample string 2",
              "name": "sample string 3"
            }
          ],
          "isDeleted": true
        }
      ],
      "installers": [
        {
          "id": 1,
          "firstname": "sample string 2",
          "name": "sample string 3"
        },
        {
          "id": 1,
          "firstname": "sample string 2",
          "name": "sample string 3"
        }
      ],
      "isDeleted": true
    }
  ],
  "isDeleted": true,
  "installers": [
    {
      "id": 1,
      "firstname": "sample string 2",
      "name": "sample string 3"
    },
    {
      "id": 1,
      "firstname": "sample string 2",
      "name": "sample string 3"
    }
  ],
  "link": "https://firelog-api.ipcom.be/api/DownloadImage/b7143a68-b336-4e6b-83db-f85eea38a805"
}

application/x-www-form-urlencoded

Sample:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.